diff --git a/eng/mgmt/mgmtmetadata/eventgrid_resource-manager.txt b/eng/mgmt/mgmtmetadata/eventgrid_resource-manager.txt index 8b95fdbd18f5f..280b0cc2ccca0 100644 --- a/eng/mgmt/mgmtmetadata/eventgrid_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/eventgrid_resource-manager.txt @@ -3,12 +3,12 @@ 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/eventgrid/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\build2020\sdk1\azure-sdk-for-net\sdk -2020-05-14 09:27:42 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventgrid/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\build2020\net1\azure-sdk-for-net\sdk +2020-06-03 00:08:27 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: 2bf9a22121443b6538e42bda724f3aa372798833 +Commit: e3e0fff3be9befda4fd2cc18ee355b88b024fac7 AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/AzSdk.RP.props b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/AzSdk.RP.props index 0b25c18d785c8..49307dfe0967b 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/AzSdk.RP.props +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/AzSdk.RP.props @@ -1,7 +1,7 @@ - EventGrid_2020-04-01-preview; + EventGrid_2020-06-01; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/CHANGELOG.md b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/CHANGELOG.md new file mode 100644 index 0000000000000..993d2911b5977 --- /dev/null +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/CHANGELOG.md @@ -0,0 +1,97 @@ +# Release History + +## 6.0.0 (2020-06) +- Add support to new GA service API version 2020-06-01. +- The new GA'ed features include: + * Event delivery schema, + * Input mapping, + * Custom input schema event delivery schema, + * Cloud event V10 schema, + * Service bus topic as destination, + * Azure function as destination, + * Webhook batching, + * Secure webhook (AAD support), + * ImmutableId support, IpFiltering, and + * Private Link. +- Release version 5.3.2-preview still corresponds to latest preview API version 2020-04-01-preview and it includes all the GA'ed features in version 6.0.0 as well additional features that are still in preview. These preview features include: + * Partner topic, + * Tracked system topic, + * Sku, and + * MSI support. + +## 5.3.2-preview (2020-05) +- This include additional bug fixes to enhance quality. +- As version 5.3.1-preview, this release corresponds to the 2020-04-01-Preview API version which includes the following new functionalities: + * Support for IP Filtering when publishing events to Domains and Topics, + * Partner Topics, + * Tracked Resource System Topics, + * Sku, + * MSI, and + * Private Link support. + +## 5.3.1-preview (2020-04) +- This include various bug fixes to enhance quality. +- As version 5.3.0-preview, this release corresponds to the 2020-04-01-Preview API version which includes the following new functionalities: + * Support for IP Filtering when publishing events to Domains and Topics, + * Partner Topics, + * Tracked Resource System Topics, + * Sku, + * MSI, and + * Private Link support. + +## 5.3.0-preview (2020-03) +- We introduce new features on top of features already added in verion 5.2.0-preview. +- As version 5.2.0-preview, this release corresponds to the 2020-04-01-Preview API version. +- It adds supports to the following new functionalities: + * Support for IP Filtering when publishing events to Domains and Topics, + * Partner Topics, + * Tracked Resource System Topics, + * Sku, + * MSI, and + * Private Link support. + +## 5.2.0-preview (2020-01) +- This release corresponds to the 2020-04-01-Preview API version. +- It adds supports to the following new functionality: + * Support for IP Filtering when publishing events to Domains and Topics, + +## 5.0.0 (2019-05) +- This release corresponds to the 2019-06-01 API version. +- It adds support to the following new functionalities: + * Domains, + * Pagination and search filter for resources list operations, + * Service Bus Queue as destination, + * Advanced filtering, and + * Disallows usage of ‘All’ with IncludedEventTypes." + +## 4.1.0-preview (2019-03) +- This release corresponds to the 2019-02-01-preview API version. +- It adds support to the following new functionalities: + * Pagination and search filter for resources list operations, + * Manual create/delete of domain topics + * Service Bus Queue as destination, + * Disallows usage of ‘All’ with IncludedEventTypes, + +## 4.0.0 (2018-12) +- This corresponds to the 2019-01-01 stable API version. +- It supports General Availability of the following functionalities related to event subscriptions: + * DeadLetter destination, + * Storage queue as destination, + * HybridConnection as destination, + * Manual handshake validation, and + * Ssupport for retry policies. +- Features that are still in preview (such as Event Grid domains or advanced filters support) can still be accessed using the 3.0.1-preview version of the SDK." + +## 3.0.1-preview (2018-10) +- Taking dependency on 10.0.3 version of Newtonsoft nuget package. + +## 3.0.0-preview (2018-10) +- This is a preview SDK for the new features introduced in 2018-09-15-preview API version. - This includes support for: + * Domain and domain topics CRUD operation + * Introducing expiration date for event subscription, + Introducing advanced filtering for event subscription, +- The stable version of the SDK targeting the 2018-01-01 API version continues to exist as version 1.3.0 + +## 2.0.0-preview (2018-05) +- This is a preview SDK for the new features introduced in 2018-05-01-preview API version. +- The stable version of the SDK targeting the 2018-01-01 API version continues to exist as version 1.3.0. \ No newline at end of file diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventChannelsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventChannelsOperations.cs deleted file mode 100644 index 7e3c982312e86..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventChannelsOperations.cs +++ /dev/null @@ -1,1098 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - 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; - - /// - /// EventChannelsOperations operations. - /// - internal partial class EventChannelsOperations : IServiceOperations, IEventChannelsOperations - { - /// - /// Initializes a new instance of the EventChannelsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal EventChannelsOperations(EventGridManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the EventGridManagementClient - /// - public EventGridManagementClient Client { get; private set; } - - /// - /// Get an event channel. - /// - /// - /// Get properties of an event channel. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// 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 partnerNamespaceName, string eventChannelName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (eventChannelName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventChannelName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - tracingParameters.Add("eventChannelName", eventChannelName); - 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.EventGrid/partnerNamespaces/{partnerNamespaceName}/eventChannels/{eventChannelName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - _url = _url.Replace("{eventChannelName}", System.Uri.EscapeDataString(eventChannelName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create an event channel. - /// - /// - /// Asynchronously creates a new event channel with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// EventChannel information. - /// - /// - /// 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 partnerNamespaceName, string eventChannelName, EventChannel eventChannelInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (eventChannelName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventChannelName"); - } - if (eventChannelInfo == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventChannelInfo"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - tracingParameters.Add("eventChannelName", eventChannelName); - tracingParameters.Add("eventChannelInfo", eventChannelInfo); - 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.EventGrid/partnerNamespaces/{partnerNamespaceName}/eventChannels/{eventChannelName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - _url = _url.Replace("{eventChannelName}", System.Uri.EscapeDataString(eventChannelName)); - 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(eventChannelInfo != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(eventChannelInfo, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete an event channel. - /// - /// - /// Delete existing event channel. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, string eventChannelName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, eventChannelName, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// List event channels. - /// - /// - /// List all the event channels in a partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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>> ListByPartnerNamespaceWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByPartnerNamespace", 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.EventGrid/partnerNamespaces/{partnerNamespaceName}/eventChannels").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - 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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete an event channel. - /// - /// - /// Delete existing event channel. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, string eventChannelName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (eventChannelName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventChannelName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - tracingParameters.Add("eventChannelName", eventChannelName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}/eventChannels/{eventChannelName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - _url = _url.Replace("{eventChannelName}", System.Uri.EscapeDataString(eventChannelName)); - 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List event channels. - /// - /// - /// List all the event channels in a partner namespace. - /// - /// - /// 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>> ListByPartnerNamespaceNextWithHttpMessagesAsync(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, "ListByPartnerNamespaceNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventChannelsOperationsExtensions.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventChannelsOperationsExtensions.cs deleted file mode 100644 index 69bb2a0d215ef..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventChannelsOperationsExtensions.cs +++ /dev/null @@ -1,347 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for EventChannelsOperations. - /// - public static partial class EventChannelsOperationsExtensions - { - /// - /// Get an event channel. - /// - /// - /// Get properties of an event channel. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - public static EventChannel Get(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string eventChannelName) - { - return operations.GetAsync(resourceGroupName, partnerNamespaceName, eventChannelName).GetAwaiter().GetResult(); - } - - /// - /// Get an event channel. - /// - /// - /// Get properties of an event channel. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string eventChannelName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, eventChannelName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create an event channel. - /// - /// - /// Asynchronously creates a new event channel with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// EventChannel information. - /// - public static EventChannel CreateOrUpdate(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string eventChannelName, EventChannel eventChannelInfo) - { - return operations.CreateOrUpdateAsync(resourceGroupName, partnerNamespaceName, eventChannelName, eventChannelInfo).GetAwaiter().GetResult(); - } - - /// - /// Create an event channel. - /// - /// - /// Asynchronously creates a new event channel with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// EventChannel information. - /// - /// - /// The cancellation token. - /// - public static async Task CreateOrUpdateAsync(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string eventChannelName, EventChannel eventChannelInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, eventChannelName, eventChannelInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete an event channel. - /// - /// - /// Delete existing event channel. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - public static void Delete(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string eventChannelName) - { - operations.DeleteAsync(resourceGroupName, partnerNamespaceName, eventChannelName).GetAwaiter().GetResult(); - } - - /// - /// Delete an event channel. - /// - /// - /// Delete existing event channel. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string eventChannelName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, eventChannelName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// List event channels. - /// - /// - /// List all the event channels in a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListByPartnerNamespace(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string filter = default(string), int? top = default(int?)) - { - return operations.ListByPartnerNamespaceAsync(resourceGroupName, partnerNamespaceName, filter, top).GetAwaiter().GetResult(); - } - - /// - /// List event channels. - /// - /// - /// List all the event channels in a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByPartnerNamespaceAsync(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByPartnerNamespaceWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete an event channel. - /// - /// - /// Delete existing event channel. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - public static void BeginDelete(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string eventChannelName) - { - operations.BeginDeleteAsync(resourceGroupName, partnerNamespaceName, eventChannelName).GetAwaiter().GetResult(); - } - - /// - /// Delete an event channel. - /// - /// - /// Delete existing event channel. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// The cancellation token. - /// - public static async Task BeginDeleteAsync(this IEventChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string eventChannelName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, eventChannelName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// List event channels. - /// - /// - /// List all the event channels in a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListByPartnerNamespaceNext(this IEventChannelsOperations operations, string nextPageLink) - { - return operations.ListByPartnerNamespaceNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List event channels. - /// - /// - /// List all the event channels in a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByPartnerNamespaceNextAsync(this IEventChannelsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByPartnerNamespaceNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventGridManagementClient.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventGridManagementClient.cs index 9a220916c0785..50170cac8a458 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventGridManagementClient.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/EventGridManagementClient.cs @@ -86,45 +86,20 @@ public partial class EventGridManagementClient : ServiceClient public virtual IDomainTopicsOperations DomainTopics { get; private set; } - /// - /// Gets the IEventChannelsOperations. - /// - public virtual IEventChannelsOperations EventChannels { get; private set; } - /// /// Gets the IEventSubscriptionsOperations. /// public virtual IEventSubscriptionsOperations EventSubscriptions { get; private set; } - /// - /// Gets the ISystemTopicEventSubscriptionsOperations. - /// - public virtual ISystemTopicEventSubscriptionsOperations SystemTopicEventSubscriptions { get; private set; } - - /// - /// Gets the IPartnerTopicEventSubscriptionsOperations. - /// - public virtual IPartnerTopicEventSubscriptionsOperations PartnerTopicEventSubscriptions { get; private set; } - /// /// Gets the IOperations. /// public virtual IOperations Operations { get; private set; } /// - /// Gets the IPartnerNamespacesOperations. - /// - public virtual IPartnerNamespacesOperations PartnerNamespaces { get; private set; } - - /// - /// Gets the IPartnerRegistrationsOperations. - /// - public virtual IPartnerRegistrationsOperations PartnerRegistrations { get; private set; } - - /// - /// Gets the IPartnerTopicsOperations. + /// Gets the ITopicsOperations. /// - public virtual IPartnerTopicsOperations PartnerTopics { get; private set; } + public virtual ITopicsOperations Topics { get; private set; } /// /// Gets the IPrivateEndpointConnectionsOperations. @@ -136,21 +111,6 @@ public partial class EventGridManagementClient : ServiceClient public virtual IPrivateLinkResourcesOperations PrivateLinkResources { get; private set; } - /// - /// Gets the ISystemTopicsOperations. - /// - public virtual ISystemTopicsOperations SystemTopics { get; private set; } - - /// - /// Gets the ITopicsOperations. - /// - public virtual ITopicsOperations Topics { get; private set; } - - /// - /// Gets the IExtensionTopicsOperations. - /// - public virtual IExtensionTopicsOperations ExtensionTopics { get; private set; } - /// /// Gets the ITopicTypesOperations. /// @@ -399,22 +359,14 @@ private void Initialize() { Domains = new DomainsOperations(this); DomainTopics = new DomainTopicsOperations(this); - EventChannels = new EventChannelsOperations(this); EventSubscriptions = new EventSubscriptionsOperations(this); - SystemTopicEventSubscriptions = new SystemTopicEventSubscriptionsOperations(this); - PartnerTopicEventSubscriptions = new PartnerTopicEventSubscriptionsOperations(this); Operations = new Operations(this); - PartnerNamespaces = new PartnerNamespacesOperations(this); - PartnerRegistrations = new PartnerRegistrationsOperations(this); - PartnerTopics = new PartnerTopicsOperations(this); + Topics = new TopicsOperations(this); PrivateEndpointConnections = new PrivateEndpointConnectionsOperations(this); PrivateLinkResources = new PrivateLinkResourcesOperations(this); - SystemTopics = new SystemTopicsOperations(this); - Topics = new TopicsOperations(this); - ExtensionTopics = new ExtensionTopicsOperations(this); TopicTypes = new TopicTypesOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2020-04-01-preview"; + ApiVersion = "2020-06-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; @@ -446,10 +398,10 @@ private void Initialize() }; SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("inputSchemaMappingType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("inputSchemaMappingType")); - SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("operatorType")); - DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("operatorType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("endpointType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("endpointType")); + SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("operatorType")); + DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("operatorType")); SerializationSettings.Converters.Add(new PolymorphicSerializeJsonConverter("endpointType")); DeserializationSettings.Converters.Add(new PolymorphicDeserializeJsonConverter("endpointType")); CustomInitialize(); diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ExtensionTopicsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ExtensionTopicsOperations.cs deleted file mode 100644 index 30b0c63530ffa..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ExtensionTopicsOperations.cs +++ /dev/null @@ -1,246 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - 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; - - /// - /// ExtensionTopicsOperations operations. - /// - internal partial class ExtensionTopicsOperations : IServiceOperations, IExtensionTopicsOperations - { - /// - /// Initializes a new instance of the ExtensionTopicsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal ExtensionTopicsOperations(EventGridManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the EventGridManagementClient - /// - public EventGridManagementClient Client { get; private set; } - - /// - /// Get properties of an extension topic. - /// - /// - /// Get the properties of an extension topic. - /// - /// - /// The identifier of the resource to which extension topic is queried. The - /// scope can be a subscription, or a resource group, or a top level resource - /// belonging to a resource provider namespace. For example, use - /// '/subscriptions/{subscriptionId}/' for a subscription, - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a - /// resource group, and - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' - /// for Azure resource. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> GetWithHttpMessagesAsync(string scope, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (scope == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "scope"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("scope", scope); - 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("/") ? "" : "/")), "{scope}/providers/Microsoft.EventGrid/extensionTopics/default").ToString(); - _url = _url.Replace("{scope}", System.Uri.EscapeDataString(scope)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ExtensionTopicsOperationsExtensions.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ExtensionTopicsOperationsExtensions.cs deleted file mode 100644 index 16616d14a956e..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ExtensionTopicsOperationsExtensions.cs +++ /dev/null @@ -1,79 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for ExtensionTopicsOperations. - /// - public static partial class ExtensionTopicsOperationsExtensions - { - /// - /// Get properties of an extension topic. - /// - /// - /// Get the properties of an extension topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The identifier of the resource to which extension topic is queried. The - /// scope can be a subscription, or a resource group, or a top level resource - /// belonging to a resource provider namespace. For example, use - /// '/subscriptions/{subscriptionId}/' for a subscription, - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a - /// resource group, and - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' - /// for Azure resource. - /// - public static ExtensionTopic Get(this IExtensionTopicsOperations operations, string scope) - { - return operations.GetAsync(scope).GetAwaiter().GetResult(); - } - - /// - /// Get properties of an extension topic. - /// - /// - /// Get the properties of an extension topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The identifier of the resource to which extension topic is queried. The - /// scope can be a subscription, or a resource group, or a top level resource - /// belonging to a resource provider namespace. For example, use - /// '/subscriptions/{subscriptionId}/' for a subscription, - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a - /// resource group, and - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' - /// for Azure resource. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IExtensionTopicsOperations operations, string scope, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(scope, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IEventChannelsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IEventChannelsOperations.cs deleted file mode 100644 index e15cbd6411c78..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IEventChannelsOperations.cs +++ /dev/null @@ -1,218 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// EventChannelsOperations operations. - /// - public partial interface IEventChannelsOperations - { - /// - /// Get an event channel. - /// - /// - /// Get properties of an event channel. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// 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 partnerNamespaceName, string eventChannelName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create an event channel. - /// - /// - /// Asynchronously creates a new event channel with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// EventChannel information. - /// - /// - /// 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 partnerNamespaceName, string eventChannelName, EventChannel eventChannelInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete an event channel. - /// - /// - /// Delete existing event channel. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// 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 partnerNamespaceName, string eventChannelName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List event channels. - /// - /// - /// List all the event channels in a partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// 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>> ListByPartnerNamespaceWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete an event channel. - /// - /// - /// Delete existing event channel. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Name of the event channel. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, string eventChannelName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List event channels. - /// - /// - /// List all the event channels in a partner namespace. - /// - /// - /// 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>> ListByPartnerNamespaceNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IEventGridManagementClient.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IEventGridManagementClient.cs index e36aca2611ad3..b45a7ced954af 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IEventGridManagementClient.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IEventGridManagementClient.cs @@ -81,45 +81,20 @@ public partial interface IEventGridManagementClient : System.IDisposable /// IDomainTopicsOperations DomainTopics { get; } - /// - /// Gets the IEventChannelsOperations. - /// - IEventChannelsOperations EventChannels { get; } - /// /// Gets the IEventSubscriptionsOperations. /// IEventSubscriptionsOperations EventSubscriptions { get; } - /// - /// Gets the ISystemTopicEventSubscriptionsOperations. - /// - ISystemTopicEventSubscriptionsOperations SystemTopicEventSubscriptions { get; } - - /// - /// Gets the IPartnerTopicEventSubscriptionsOperations. - /// - IPartnerTopicEventSubscriptionsOperations PartnerTopicEventSubscriptions { get; } - /// /// Gets the IOperations. /// IOperations Operations { get; } /// - /// Gets the IPartnerNamespacesOperations. - /// - IPartnerNamespacesOperations PartnerNamespaces { get; } - - /// - /// Gets the IPartnerRegistrationsOperations. - /// - IPartnerRegistrationsOperations PartnerRegistrations { get; } - - /// - /// Gets the IPartnerTopicsOperations. + /// Gets the ITopicsOperations. /// - IPartnerTopicsOperations PartnerTopics { get; } + ITopicsOperations Topics { get; } /// /// Gets the IPrivateEndpointConnectionsOperations. @@ -131,21 +106,6 @@ public partial interface IEventGridManagementClient : System.IDisposable /// IPrivateLinkResourcesOperations PrivateLinkResources { get; } - /// - /// Gets the ISystemTopicsOperations. - /// - ISystemTopicsOperations SystemTopics { get; } - - /// - /// Gets the ITopicsOperations. - /// - ITopicsOperations Topics { get; } - - /// - /// Gets the IExtensionTopicsOperations. - /// - IExtensionTopicsOperations ExtensionTopics { get; } - /// /// Gets the ITopicTypesOperations. /// diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IExtensionTopicsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IExtensionTopicsOperations.cs deleted file mode 100644 index c6791881310ba..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IExtensionTopicsOperations.cs +++ /dev/null @@ -1,59 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// ExtensionTopicsOperations operations. - /// - public partial interface IExtensionTopicsOperations - { - /// - /// Get properties of an extension topic. - /// - /// - /// Get the properties of an extension topic. - /// - /// - /// The identifier of the resource to which extension topic is queried. - /// The scope can be a subscription, or a resource group, or a top - /// level resource belonging to a resource provider namespace. For - /// example, use '/subscriptions/{subscriptionId}/' for a subscription, - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' - /// for a resource group, and - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' - /// for Azure resource. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task> GetWithHttpMessagesAsync(string scope, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerNamespacesOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerNamespacesOperations.cs deleted file mode 100644 index eb9e3312cbb20..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerNamespacesOperations.cs +++ /dev/null @@ -1,421 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// PartnerNamespacesOperations operations. - /// - public partial interface IPartnerNamespacesOperations - { - /// - /// Get a partner namespace. - /// - /// - /// Get properties of a partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// 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 partnerNamespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create a partner namespace. - /// - /// - /// Asynchronously creates a new partner namespace with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// PartnerNamespace information. - /// - /// - /// 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 partnerNamespaceName, PartnerNamespace partnerNamespaceInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a partner namespace. - /// - /// - /// Delete existing partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// 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 partnerNamespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update a partner namespace. - /// - /// - /// Asynchronously updates a partner namespace with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Tags of the partner namespace. - /// - /// - /// 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 partnerNamespaceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List partner namespaces under an Azure subscription. - /// - /// - /// List all the partner namespaces under an Azure subscription. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// 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(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List partner namespaces under a resource group. - /// - /// - /// List all the partner namespaces under a resource group. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List keys for a partner namespace. - /// - /// - /// List the two keys used to publish to a partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// 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> ListSharedAccessKeysWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Regenerate key for a partner namespace. - /// - /// - /// Regenerate a shared access key for a partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Key name to regenerate (key1 or key2). - /// - /// - /// 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> RegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, string keyName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create a partner namespace. - /// - /// - /// Asynchronously creates a new partner namespace with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// PartnerNamespace information. - /// - /// - /// 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 partnerNamespaceName, PartnerNamespace partnerNamespaceInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a partner namespace. - /// - /// - /// Delete existing partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update a partner namespace. - /// - /// - /// Asynchronously updates a partner namespace with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Tags of the partner namespace. - /// - /// - /// 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 partnerNamespaceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List partner namespaces under an Azure subscription. - /// - /// - /// List all the partner namespaces under an Azure 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)); - /// - /// List partner namespaces under a resource group. - /// - /// - /// List all the partner namespaces under a resource group. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerRegistrationsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerRegistrationsOperations.cs deleted file mode 100644 index f813ded402d3f..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerRegistrationsOperations.cs +++ /dev/null @@ -1,293 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// PartnerRegistrationsOperations operations. - /// - public partial interface IPartnerRegistrationsOperations - { - /// - /// Get a partner registration. - /// - /// - /// Gets a partner registration with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// 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 partnerRegistrationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create a partner registration. - /// - /// - /// Creates a new partner registration with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// PartnerRegistration information. - /// - /// - /// 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 partnerRegistrationName, PartnerRegistration partnerRegistrationInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a partner registration. - /// - /// - /// Deletes a partner registration with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// 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 partnerRegistrationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update a partner registration. - /// - /// - /// Updates a partner registration with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// Partner registration update information. - /// - /// - /// 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 partnerRegistrationName, PartnerRegistrationUpdateParameters partnerRegistrationUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List partner registrations under an Azure subscription. - /// - /// - /// List all the partner registrations under an Azure subscription. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// 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(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List partner registrations under a resource group. - /// - /// - /// List all the partner registrations under a resource group. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List all available partners registrations. - /// - /// - /// List all partners registrations. - /// - /// - /// 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)); - /// - /// List partner registrations under an Azure subscription. - /// - /// - /// List all the partner registrations under an Azure 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)); - /// - /// List partner registrations under a resource group. - /// - /// - /// List all the partner registrations under a resource group. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerTopicEventSubscriptionsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerTopicEventSubscriptionsOperations.cs deleted file mode 100644 index cca41c983ec49..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerTopicEventSubscriptionsOperations.cs +++ /dev/null @@ -1,373 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// PartnerTopicEventSubscriptionsOperations operations. - /// - public partial interface IPartnerTopicEventSubscriptionsOperations - { - /// - /// Get an event subscription of a partner topic. - /// - /// - /// Get an event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be found. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// 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 partnerTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create or update an event subscription of a partner topic. - /// - /// - /// Asynchronously creates or updates an event subscription of a - /// partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// 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 partnerTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// 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 partnerTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update event subscription of a partner topic. - /// - /// - /// Update event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// Updated event subscription information. - /// - /// - /// 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 partnerTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Get full URL of an event subscription of a partner topic. - /// - /// - /// Get the full endpoint URL for an event subscription of a partner - /// topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// 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> GetFullUrlWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List event subscriptions of a partner topic. - /// - /// - /// List event subscriptions that belong to a specific partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// 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>> ListByPartnerTopicWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create or update an event subscription of a partner topic. - /// - /// - /// Asynchronously creates or updates an event subscription of a - /// partner topic with the specified parameters. Existing event - /// subscriptions will be updated with this API. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// 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 partnerTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update event subscription of a partner topic. - /// - /// - /// Update event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// Updated event subscription information. - /// - /// - /// 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 partnerTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List event subscriptions of a partner topic. - /// - /// - /// List event subscriptions that belong to a specific partner topic. - /// - /// - /// 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>> ListByPartnerTopicNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerTopicsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerTopicsOperations.cs deleted file mode 100644 index f4c8f3eddaf87..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPartnerTopicsOperations.cs +++ /dev/null @@ -1,322 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// PartnerTopicsOperations operations. - /// - public partial interface IPartnerTopicsOperations - { - /// - /// Get a partner topic. - /// - /// - /// Get properties of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// 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 partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a partner topic. - /// - /// - /// Delete existing partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// 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 partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update a partner topic. - /// - /// - /// Asynchronously updates a partner topic with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Tags of the partner topic. - /// - /// - /// 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 partnerTopicName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List partner topics under an Azure subscription. - /// - /// - /// List all the partner topics under an Azure subscription. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// 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(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List partner topics under a resource group. - /// - /// - /// List all the partner topics under a resource group. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Activate a partner topic. - /// - /// - /// Activate a newly created partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// 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> ActivateWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Deactivate a partner topic. - /// - /// - /// Deactivate specific partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// 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> DeactivateWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a partner topic. - /// - /// - /// Delete existing partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List partner topics under an Azure subscription. - /// - /// - /// List all the partner topics under an Azure 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)); - /// - /// List partner topics under a resource group. - /// - /// - /// List all the partner topics under a resource group. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPrivateEndpointConnectionsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPrivateEndpointConnectionsOperations.cs index b4101f8506844..43246030c6337 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPrivateEndpointConnectionsOperations.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/IPrivateEndpointConnectionsOperations.cs @@ -34,7 +34,7 @@ public partial interface IPrivateEndpointConnectionsOperations /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or @@ -71,7 +71,7 @@ public partial interface IPrivateEndpointConnectionsOperations /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or @@ -111,7 +111,7 @@ public partial interface IPrivateEndpointConnectionsOperations /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or @@ -144,7 +144,7 @@ public partial interface IPrivateEndpointConnectionsOperations /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or @@ -194,7 +194,7 @@ public partial interface IPrivateEndpointConnectionsOperations /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or @@ -234,7 +234,7 @@ public partial interface IPrivateEndpointConnectionsOperations /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ISystemTopicEventSubscriptionsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ISystemTopicEventSubscriptionsOperations.cs deleted file mode 100644 index a27356df6593b..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ISystemTopicEventSubscriptionsOperations.cs +++ /dev/null @@ -1,373 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// SystemTopicEventSubscriptionsOperations operations. - /// - public partial interface ISystemTopicEventSubscriptionsOperations - { - /// - /// Get an event subscription of a system topic. - /// - /// - /// Get an event subscription. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// 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 systemTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create or update an event subscription for a system topic. - /// - /// - /// Asynchronously creates or updates an event subscription with the - /// specified parameters. Existing event subscriptions will be updated - /// with this API. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// 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 systemTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete an event subscription of a system topic. - /// - /// - /// Delete an event subscription of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// 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 systemTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update event subscription of a system topic. - /// - /// - /// Update event subscription of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// Updated event subscription information. - /// - /// - /// 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 systemTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Get full URL of an event subscription of a system topic - /// - /// - /// Get the full endpoint URL for an event subscription of a system - /// topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// 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> GetFullUrlWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List event subscriptions of a system topic. - /// - /// - /// List event subscriptions that belong to a specific system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// 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>> ListBySystemTopicWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create or update an event subscription for a system topic. - /// - /// - /// Asynchronously creates or updates an event subscription with the - /// specified parameters. Existing event subscriptions will be updated - /// with this API. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// 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 systemTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete an event subscription of a system topic. - /// - /// - /// Delete an event subscription of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update event subscription of a system topic. - /// - /// - /// Update event subscription of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription - /// names must be between 3 and 100 characters in length and use - /// alphanumeric letters only. - /// - /// - /// Updated event subscription information. - /// - /// - /// 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 systemTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List event subscriptions of a system topic. - /// - /// - /// List event subscriptions that belong to a specific system topic. - /// - /// - /// 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>> ListBySystemTopicNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ISystemTopicsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ISystemTopicsOperations.cs deleted file mode 100644 index 83d06afec6c18..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/ISystemTopicsOperations.cs +++ /dev/null @@ -1,362 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// SystemTopicsOperations operations. - /// - public partial interface ISystemTopicsOperations - { - /// - /// Get a system topic. - /// - /// - /// Get properties of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// 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 systemTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create a system topic. - /// - /// - /// Asynchronously creates a new system topic with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// System Topic information. - /// - /// - /// 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 systemTopicName, SystemTopic systemTopicInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a system topic. - /// - /// - /// Delete existing system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// 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 systemTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update a system topic. - /// - /// - /// Asynchronously updates a system topic with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Tags of the system topic. - /// - /// - /// 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 systemTopicName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List system topics under an Azure subscription. - /// - /// - /// List all the system topics under an Azure subscription. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// 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(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List system topics under a resource group. - /// - /// - /// List all the system topics under a resource group. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. - /// Filtering is permitted on the 'name' property only and with limited - /// number of OData operations. These operations are: the 'contains' - /// function as well as the following logical operations: not, and, or, - /// eq (for equal), and ne (for not equal). No arithmetic operations - /// are supported. The following is a valid filter example: - /// $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The - /// following is not a valid filter example: $filter=location eq - /// 'westus'. - /// - /// - /// The number of results to return per page for the list operation. - /// Valid range for top parameter is 1 to 100. If not specified, the - /// default number of results to be returned is 20 items per page. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Create a system topic. - /// - /// - /// Asynchronously creates a new system topic with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// System Topic information. - /// - /// - /// 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 systemTopicName, SystemTopic systemTopicInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Delete a system topic. - /// - /// - /// Delete existing system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// Update a system topic. - /// - /// - /// Asynchronously updates a system topic with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Tags of the system topic. - /// - /// - /// 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 systemTopicName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - /// - /// List system topics under an Azure subscription. - /// - /// - /// List all the system topics under an Azure 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)); - /// - /// List system topics under a resource group. - /// - /// - /// List all the system topics under a resource group. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - Task>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DeadLetterWithResourceIdentity.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DeadLetterWithResourceIdentity.cs deleted file mode 100644 index eeb484d8e4622..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DeadLetterWithResourceIdentity.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Information about the deadletter destination with resource identity. - /// - public partial class DeadLetterWithResourceIdentity - { - /// - /// Initializes a new instance of the DeadLetterWithResourceIdentity - /// class. - /// - public DeadLetterWithResourceIdentity() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DeadLetterWithResourceIdentity - /// class. - /// - /// The identity to use when dead-lettering - /// events. - /// Information about the - /// destination where events have to be delivered for the event - /// subscription. - /// Uses the managed identity setup on the parent resource (namely, - /// topic or domain) to acquire the authentication tokens being used - /// during delivery / dead-lettering. - public DeadLetterWithResourceIdentity(EventSubscriptionIdentity identity = default(EventSubscriptionIdentity), DeadLetterDestination deadLetterDestination = default(DeadLetterDestination)) - { - Identity = identity; - DeadLetterDestination = deadLetterDestination; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the identity to use when dead-lettering events. - /// - [JsonProperty(PropertyName = "identity")] - public EventSubscriptionIdentity Identity { get; set; } - - /// - /// Gets or sets information about the destination where events have to - /// be delivered for the event subscription. - /// Uses the managed identity setup on the parent resource (namely, - /// topic or domain) to acquire the authentication tokens being used - /// during delivery / dead-lettering. - /// - [JsonProperty(PropertyName = "deadLetterDestination")] - public DeadLetterDestination DeadLetterDestination { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DeliveryWithResourceIdentity.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DeliveryWithResourceIdentity.cs deleted file mode 100644 index 54d916608d5fb..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DeliveryWithResourceIdentity.cs +++ /dev/null @@ -1,69 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Information about the delivery for an event subscription with resource - /// identity. - /// - public partial class DeliveryWithResourceIdentity - { - /// - /// Initializes a new instance of the DeliveryWithResourceIdentity - /// class. - /// - public DeliveryWithResourceIdentity() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the DeliveryWithResourceIdentity - /// class. - /// - /// The identity to use when delivering - /// events. - /// Information about the destination where - /// events have to be delivered for the event subscription. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. - public DeliveryWithResourceIdentity(EventSubscriptionIdentity identity = default(EventSubscriptionIdentity), EventSubscriptionDestination destination = default(EventSubscriptionDestination)) - { - Identity = identity; - Destination = destination; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the identity to use when delivering events. - /// - [JsonProperty(PropertyName = "identity")] - public EventSubscriptionIdentity Identity { get; set; } - - /// - /// Gets or sets information about the destination where events have to - /// be delivered for the event subscription. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. - /// - [JsonProperty(PropertyName = "destination")] - public EventSubscriptionDestination Destination { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Domain.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Domain.cs index 0ed59c0eba955..47b3e74680441 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Domain.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Domain.cs @@ -37,8 +37,8 @@ public Domain() /// Location of the resource. /// Fully qualified identifier of the /// resource. - /// Name of the resource - /// Type of the resource + /// Name of the resource. + /// Type of the resource. /// Tags of the resource. /// List of private endpoint /// connections. @@ -63,10 +63,7 @@ public Domain() /// This can be used to restrict traffic /// from specific IPs instead of all IPs. Note: These are considered /// only if PublicNetworkAccess is enabled. - /// The Sku pricing tier for the domain. - /// Identity information for the - /// resource. - public Domain(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), IList privateEndpointConnections = default(IList), string provisioningState = default(string), string endpoint = default(string), string inputSchema = default(string), InputSchemaMapping inputSchemaMapping = default(InputSchemaMapping), string metricResourceId = default(string), string publicNetworkAccess = default(string), IList inboundIpRules = default(IList), ResourceSku sku = default(ResourceSku), IdentityInfo identity = default(IdentityInfo)) + public Domain(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), IList privateEndpointConnections = default(IList), string provisioningState = default(string), string endpoint = default(string), string inputSchema = default(string), InputSchemaMapping inputSchemaMapping = default(InputSchemaMapping), string metricResourceId = default(string), string publicNetworkAccess = default(string), IList inboundIpRules = default(IList)) : base(location, id, name, type, tags) { PrivateEndpointConnections = privateEndpointConnections; @@ -77,8 +74,6 @@ public Domain() MetricResourceId = metricResourceId; PublicNetworkAccess = publicNetworkAccess; InboundIpRules = inboundIpRules; - Sku = sku; - Identity = identity; CustomInit(); } @@ -148,18 +143,6 @@ public Domain() [JsonProperty(PropertyName = "properties.inboundIpRules")] public IList InboundIpRules { get; set; } - /// - /// Gets or sets the Sku pricing tier for the domain. - /// - [JsonProperty(PropertyName = "sku")] - public ResourceSku Sku { get; set; } - - /// - /// Gets or sets identity information for the resource. - /// - [JsonProperty(PropertyName = "identity")] - public IdentityInfo Identity { get; set; } - /// /// Validate the object. /// diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DomainTopic.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DomainTopic.cs index 7d71300bd1718..9cd1287337f10 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DomainTopic.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DomainTopic.cs @@ -34,8 +34,8 @@ public DomainTopic() /// /// Fully qualified identifier of the /// resource. - /// Name of the resource - /// Type of the resource + /// Name of the resource. + /// Type of the resource. /// Provisioning state of the domain /// topic. Possible values include: 'Creating', 'Updating', 'Deleting', /// 'Succeeded', 'Canceled', 'Failed' diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DomainUpdateParameters.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DomainUpdateParameters.cs index 646ddc11716bf..3ba6fef56bb81 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DomainUpdateParameters.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/DomainUpdateParameters.cs @@ -43,16 +43,11 @@ public DomainUpdateParameters() /// This can be used to restrict traffic /// from specific IPs instead of all IPs. Note: These are considered /// only if PublicNetworkAccess is enabled. - /// Identity information for the - /// resource. - /// The Sku pricing tier for the domain. - public DomainUpdateParameters(IDictionary tags = default(IDictionary), string publicNetworkAccess = default(string), IList inboundIpRules = default(IList), IdentityInfo identity = default(IdentityInfo), ResourceSku sku = default(ResourceSku)) + public DomainUpdateParameters(IDictionary tags = default(IDictionary), string publicNetworkAccess = default(string), IList inboundIpRules = default(IList)) { Tags = tags; PublicNetworkAccess = publicNetworkAccess; InboundIpRules = inboundIpRules; - Identity = identity; - Sku = sku; CustomInit(); } @@ -86,17 +81,5 @@ public DomainUpdateParameters() [JsonProperty(PropertyName = "properties.inboundIpRules")] public IList InboundIpRules { get; set; } - /// - /// Gets or sets identity information for the resource. - /// - [JsonProperty(PropertyName = "identity")] - public IdentityInfo Identity { get; set; } - - /// - /// Gets or sets the Sku pricing tier for the domain. - /// - [JsonProperty(PropertyName = "sku")] - public ResourceSku Sku { get; set; } - } } diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannel.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannel.cs deleted file mode 100644 index ad102d559d0b4..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannel.cs +++ /dev/null @@ -1,134 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Event Channel. - /// - [Rest.Serialization.JsonTransformation] - public partial class EventChannel : Resource - { - /// - /// Initializes a new instance of the EventChannel class. - /// - public EventChannel() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the EventChannel class. - /// - /// Fully qualified identifier of the - /// resource. - /// Name of the resource - /// Type of the resource - /// Source of the event channel. This represents a - /// unique resource in the partner's resource model. - /// Represents the destination of an event - /// channel. - /// Provisioning state of the event - /// channel. Possible values include: 'Creating', 'Updating', - /// 'Deleting', 'Succeeded', 'Canceled', 'Failed' - /// The readiness state of the - /// corresponding partner topic. Possible values include: - /// 'NotActivatedByUserYet', 'ActivatedByUser', 'DeactivatedByUser', - /// 'DeletedByUser' - /// Expiration time of - /// the event channel. If this timer expires while the corresponding - /// partner topic is never activated, - /// the event channel and corresponding partner topic are - /// deleted. - /// Information about the filter for the event - /// channel. - /// Friendly description - /// about the topic. This can be set by the publisher/partner to show - /// custom description for the customer partner topic. - /// This will be helpful to remove any ambiguity of the origin of - /// creation of the partner topic for the customer. - public EventChannel(string id = default(string), string name = default(string), string type = default(string), EventChannelSource source = default(EventChannelSource), EventChannelDestination destination = default(EventChannelDestination), string provisioningState = default(string), string partnerTopicReadinessState = default(string), System.DateTime? expirationTimeIfNotActivatedUtc = default(System.DateTime?), EventChannelFilter filter = default(EventChannelFilter), string partnerTopicFriendlyDescription = default(string)) - : base(id, name, type) - { - Source = source; - Destination = destination; - ProvisioningState = provisioningState; - PartnerTopicReadinessState = partnerTopicReadinessState; - ExpirationTimeIfNotActivatedUtc = expirationTimeIfNotActivatedUtc; - Filter = filter; - PartnerTopicFriendlyDescription = partnerTopicFriendlyDescription; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets source of the event channel. This represents a unique - /// resource in the partner's resource model. - /// - [JsonProperty(PropertyName = "properties.source")] - public EventChannelSource Source { get; set; } - - /// - /// Gets or sets represents the destination of an event channel. - /// - [JsonProperty(PropertyName = "properties.destination")] - public EventChannelDestination Destination { get; set; } - - /// - /// Gets provisioning state of the event channel. Possible values - /// include: 'Creating', 'Updating', 'Deleting', 'Succeeded', - /// 'Canceled', 'Failed' - /// - [JsonProperty(PropertyName = "properties.provisioningState")] - public string ProvisioningState { get; private set; } - - /// - /// Gets the readiness state of the corresponding partner topic. - /// Possible values include: 'NotActivatedByUserYet', - /// 'ActivatedByUser', 'DeactivatedByUser', 'DeletedByUser' - /// - [JsonProperty(PropertyName = "properties.partnerTopicReadinessState")] - public string PartnerTopicReadinessState { get; private set; } - - /// - /// Gets or sets expiration time of the event channel. If this timer - /// expires while the corresponding partner topic is never activated, - /// the event channel and corresponding partner topic are deleted. - /// - [JsonProperty(PropertyName = "properties.expirationTimeIfNotActivatedUtc")] - public System.DateTime? ExpirationTimeIfNotActivatedUtc { get; set; } - - /// - /// Gets or sets information about the filter for the event channel. - /// - [JsonProperty(PropertyName = "properties.filter")] - public EventChannelFilter Filter { get; set; } - - /// - /// Gets or sets friendly description about the topic. This can be set - /// by the publisher/partner to show custom description for the - /// customer partner topic. - /// This will be helpful to remove any ambiguity of the origin of - /// creation of the partner topic for the customer. - /// - [JsonProperty(PropertyName = "properties.partnerTopicFriendlyDescription")] - public string PartnerTopicFriendlyDescription { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelDestination.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelDestination.cs deleted file mode 100644 index e3b559e9d2008..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelDestination.cs +++ /dev/null @@ -1,81 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Properties of the destination of an event channel. - /// - public partial class EventChannelDestination - { - /// - /// Initializes a new instance of the EventChannelDestination class. - /// - public EventChannelDestination() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the EventChannelDestination class. - /// - /// Azure subscription ID of the - /// customer creating the event channel. The partner topic - /// associated with the event channel will be created under this Azure - /// subscription. - /// Azure Resource Group of the customer - /// creating the event channel. The partner topic - /// associated with the event channel will be created under this - /// resource group. - /// Name of the partner topic associated - /// with the event channel. - public EventChannelDestination(string azureSubscriptionId = default(string), string resourceGroup = default(string), string partnerTopicName = default(string)) - { - AzureSubscriptionId = azureSubscriptionId; - ResourceGroup = resourceGroup; - PartnerTopicName = partnerTopicName; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets azure subscription ID of the customer creating the - /// event channel. The partner topic - /// associated with the event channel will be created under this Azure - /// subscription. - /// - [JsonProperty(PropertyName = "azureSubscriptionId")] - public string AzureSubscriptionId { get; set; } - - /// - /// Gets or sets azure Resource Group of the customer creating the - /// event channel. The partner topic - /// associated with the event channel will be created under this - /// resource group. - /// - [JsonProperty(PropertyName = "resourceGroup")] - public string ResourceGroup { get; set; } - - /// - /// Gets or sets name of the partner topic associated with the event - /// channel. - /// - [JsonProperty(PropertyName = "partnerTopicName")] - public string PartnerTopicName { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelFilter.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelFilter.cs deleted file mode 100644 index 2fbe0a56bc80a..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelFilter.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Filter for the Event Channel. - /// - public partial class EventChannelFilter - { - /// - /// Initializes a new instance of the EventChannelFilter class. - /// - public EventChannelFilter() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the EventChannelFilter class. - /// - /// An array of advanced filters that are - /// used for filtering event channels. - public EventChannelFilter(IList advancedFilters = default(IList)) - { - AdvancedFilters = advancedFilters; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets an array of advanced filters that are used for - /// filtering event channels. - /// - [JsonProperty(PropertyName = "advancedFilters")] - public IList AdvancedFilters { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelProvisioningState.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelProvisioningState.cs deleted file mode 100644 index 0583d8001a613..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelProvisioningState.cs +++ /dev/null @@ -1,26 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for EventChannelProvisioningState. - /// - public static class EventChannelProvisioningState - { - public const string Creating = "Creating"; - public const string Updating = "Updating"; - public const string Deleting = "Deleting"; - public const string Succeeded = "Succeeded"; - public const string Canceled = "Canceled"; - public const string Failed = "Failed"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelSource.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelSource.cs deleted file mode 100644 index 0d498701f6ff4..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventChannelSource.cs +++ /dev/null @@ -1,56 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Properties of the source of an event channel. - /// - public partial class EventChannelSource - { - /// - /// Initializes a new instance of the EventChannelSource class. - /// - public EventChannelSource() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the EventChannelSource class. - /// - /// The identifier of the resource that's the - /// source of the events. - /// This represents a unique resource in the partner's resource - /// model. - public EventChannelSource(string source = default(string)) - { - Source = source; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the identifier of the resource that's the source of - /// the events. - /// This represents a unique resource in the partner's resource model. - /// - [JsonProperty(PropertyName = "source")] - public string Source { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscription.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscription.cs index 99622f371ce62..2b2f7d2e57ff4 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscription.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscription.cs @@ -36,8 +36,8 @@ public EventSubscription() /// /// Fully qualified identifier of the /// resource. - /// Name of the resource - /// Type of the resource + /// Name of the resource. + /// Type of the resource. /// Name of the topic of the event /// subscription. /// Provisioning state of the event @@ -45,15 +45,7 @@ public EventSubscription() /// 'Deleting', 'Succeeded', 'Canceled', 'Failed', /// 'AwaitingManualAction' /// Information about the destination where - /// events have to be delivered for the event subscription. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. - /// Information about the - /// destination where events have to be delivered for the event - /// subscription. - /// Uses the managed identity setup on the parent resource (namely, - /// topic or domain) to acquire the authentication tokens being used - /// during delivery / dead-lettering. + /// events have to be delivered for the event subscription. /// Information about the filter for the event /// subscription. /// List of user defined labels. @@ -65,32 +57,20 @@ public EventSubscription() /// The retry policy for events. This can be /// used to configure maximum number of delivery attempts and time to /// live for events. - /// The dead letter destination of - /// the event subscription. Any event that cannot be delivered to its' - /// destination is sent to the dead letter destination. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. - /// The dead letter - /// destination of the event subscription. Any event that cannot be - /// delivered to its' destination is sent to the dead letter - /// destination. - /// Uses the managed identity setup on the parent resource (namely, - /// topic or domain) to acquire the authentication tokens being used - /// during delivery / dead-lettering. - public EventSubscription(string id = default(string), string name = default(string), string type = default(string), string topic = default(string), string provisioningState = default(string), EventSubscriptionDestination destination = default(EventSubscriptionDestination), DeliveryWithResourceIdentity deliveryWithResourceIdentity = default(DeliveryWithResourceIdentity), EventSubscriptionFilter filter = default(EventSubscriptionFilter), IList labels = default(IList), System.DateTime? expirationTimeUtc = default(System.DateTime?), string eventDeliverySchema = default(string), RetryPolicy retryPolicy = default(RetryPolicy), DeadLetterDestination deadLetterDestination = default(DeadLetterDestination), DeadLetterWithResourceIdentity deadLetterWithResourceIdentity = default(DeadLetterWithResourceIdentity)) + /// The DeadLetter destination of + /// the event subscription. + public EventSubscription(string id = default(string), string name = default(string), string type = default(string), string topic = default(string), string provisioningState = default(string), EventSubscriptionDestination destination = default(EventSubscriptionDestination), EventSubscriptionFilter filter = default(EventSubscriptionFilter), IList labels = default(IList), System.DateTime? expirationTimeUtc = default(System.DateTime?), string eventDeliverySchema = default(string), RetryPolicy retryPolicy = default(RetryPolicy), DeadLetterDestination deadLetterDestination = default(DeadLetterDestination)) : base(id, name, type) { Topic = topic; ProvisioningState = provisioningState; Destination = destination; - DeliveryWithResourceIdentity = deliveryWithResourceIdentity; Filter = filter; Labels = labels; ExpirationTimeUtc = expirationTimeUtc; EventDeliverySchema = eventDeliverySchema; RetryPolicy = retryPolicy; DeadLetterDestination = deadLetterDestination; - DeadLetterWithResourceIdentity = deadLetterWithResourceIdentity; CustomInit(); } @@ -116,22 +96,10 @@ public EventSubscription() /// /// Gets or sets information about the destination where events have to /// be delivered for the event subscription. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. /// [JsonProperty(PropertyName = "properties.destination")] public EventSubscriptionDestination Destination { get; set; } - /// - /// Gets or sets information about the destination where events have to - /// be delivered for the event subscription. - /// Uses the managed identity setup on the parent resource (namely, - /// topic or domain) to acquire the authentication tokens being used - /// during delivery / dead-lettering. - /// - [JsonProperty(PropertyName = "properties.deliveryWithResourceIdentity")] - public DeliveryWithResourceIdentity DeliveryWithResourceIdentity { get; set; } - /// /// Gets or sets information about the filter for the event /// subscription. @@ -168,25 +136,10 @@ public EventSubscription() public RetryPolicy RetryPolicy { get; set; } /// - /// Gets or sets the dead letter destination of the event subscription. - /// Any event that cannot be delivered to its' destination is sent to - /// the dead letter destination. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. + /// Gets or sets the DeadLetter destination of the event subscription. /// [JsonProperty(PropertyName = "properties.deadLetterDestination")] public DeadLetterDestination DeadLetterDestination { get; set; } - /// - /// Gets or sets the dead letter destination of the event subscription. - /// Any event that cannot be delivered to its' destination is sent to - /// the dead letter destination. - /// Uses the managed identity setup on the parent resource (namely, - /// topic or domain) to acquire the authentication tokens being used - /// during delivery / dead-lettering. - /// - [JsonProperty(PropertyName = "properties.deadLetterWithResourceIdentity")] - public DeadLetterWithResourceIdentity DeadLetterWithResourceIdentity { get; set; } - } } diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionIdentity.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionIdentity.cs deleted file mode 100644 index 84aa816df9c1e..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionIdentity.cs +++ /dev/null @@ -1,68 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// The identity information with the event subscription. - /// - public partial class EventSubscriptionIdentity - { - /// - /// Initializes a new instance of the EventSubscriptionIdentity class. - /// - public EventSubscriptionIdentity() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the EventSubscriptionIdentity class. - /// - /// The type of managed identity used. The type - /// 'SystemAssigned, UserAssigned' includes both an implicitly created - /// identity and a set of user-assigned identities. The type 'None' - /// will remove any identity. Possible values include: - /// 'SystemAssigned', 'UserAssigned' - /// The user identity associated - /// with the resource. - public EventSubscriptionIdentity(string type = default(string), string userAssignedIdentity = default(string)) - { - Type = type; - UserAssignedIdentity = userAssignedIdentity; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the type of managed identity used. The type - /// 'SystemAssigned, UserAssigned' includes both an implicitly created - /// identity and a set of user-assigned identities. The type 'None' - /// will remove any identity. Possible values include: - /// 'SystemAssigned', 'UserAssigned' - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; set; } - - /// - /// Gets or sets the user identity associated with the resource. - /// - [JsonProperty(PropertyName = "userAssignedIdentity")] - public string UserAssignedIdentity { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionIdentityType.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionIdentityType.cs deleted file mode 100644 index 06c41887dab5a..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionIdentityType.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for EventSubscriptionIdentityType. - /// - public static class EventSubscriptionIdentityType - { - public const string SystemAssigned = "SystemAssigned"; - public const string UserAssigned = "UserAssigned"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionUpdateParameters.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionUpdateParameters.cs index d6fb28f6b55e5..59903e2c7ef82 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionUpdateParameters.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventSubscriptionUpdateParameters.cs @@ -34,15 +34,7 @@ public EventSubscriptionUpdateParameters() /// class. /// /// Information about the destination where - /// events have to be delivered for the event subscription. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. - /// Information about the - /// destination where events have to be delivered for the event - /// subscription. - /// Uses the managed identity setup on the parent resource (topic / - /// domain) to acquire the authentication tokens being used during - /// delivery / dead-lettering. + /// events have to be delivered for the event subscription. /// Information about the filter for the event /// subscription. /// List of user defined labels. @@ -54,29 +46,17 @@ public EventSubscriptionUpdateParameters() /// The retry policy for events. This can be /// used to configure maximum number of delivery attempts and time to /// live for events. - /// The dead letter destination of - /// the event subscription. Any event that cannot be delivered to its' - /// destination is sent to the dead letter destination. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. - /// The dead letter - /// destination of the event subscription. Any event that cannot be - /// delivered to its' destination is sent to the dead letter - /// destination. - /// Uses the managed identity setup on the parent resource (topic / - /// domain) to acquire the authentication tokens being used during - /// delivery / dead-lettering. - public EventSubscriptionUpdateParameters(EventSubscriptionDestination destination = default(EventSubscriptionDestination), DeliveryWithResourceIdentity deliveryWithResourceIdentity = default(DeliveryWithResourceIdentity), EventSubscriptionFilter filter = default(EventSubscriptionFilter), IList labels = default(IList), System.DateTime? expirationTimeUtc = default(System.DateTime?), string eventDeliverySchema = default(string), RetryPolicy retryPolicy = default(RetryPolicy), DeadLetterDestination deadLetterDestination = default(DeadLetterDestination), DeadLetterWithResourceIdentity deadLetterWithResourceIdentity = default(DeadLetterWithResourceIdentity)) + /// The DeadLetter destination of + /// the event subscription. + public EventSubscriptionUpdateParameters(EventSubscriptionDestination destination = default(EventSubscriptionDestination), EventSubscriptionFilter filter = default(EventSubscriptionFilter), IList labels = default(IList), System.DateTime? expirationTimeUtc = default(System.DateTime?), string eventDeliverySchema = default(string), RetryPolicy retryPolicy = default(RetryPolicy), DeadLetterDestination deadLetterDestination = default(DeadLetterDestination)) { Destination = destination; - DeliveryWithResourceIdentity = deliveryWithResourceIdentity; Filter = filter; Labels = labels; ExpirationTimeUtc = expirationTimeUtc; EventDeliverySchema = eventDeliverySchema; RetryPolicy = retryPolicy; DeadLetterDestination = deadLetterDestination; - DeadLetterWithResourceIdentity = deadLetterWithResourceIdentity; CustomInit(); } @@ -88,22 +68,10 @@ public EventSubscriptionUpdateParameters() /// /// Gets or sets information about the destination where events have to /// be delivered for the event subscription. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. /// [JsonProperty(PropertyName = "destination")] public EventSubscriptionDestination Destination { get; set; } - /// - /// Gets or sets information about the destination where events have to - /// be delivered for the event subscription. - /// Uses the managed identity setup on the parent resource (topic / - /// domain) to acquire the authentication tokens being used during - /// delivery / dead-lettering. - /// - [JsonProperty(PropertyName = "deliveryWithResourceIdentity")] - public DeliveryWithResourceIdentity DeliveryWithResourceIdentity { get; set; } - /// /// Gets or sets information about the filter for the event /// subscription. @@ -141,25 +109,10 @@ public EventSubscriptionUpdateParameters() public RetryPolicy RetryPolicy { get; set; } /// - /// Gets or sets the dead letter destination of the event subscription. - /// Any event that cannot be delivered to its' destination is sent to - /// the dead letter destination. - /// Uses Azure Event Grid's identity to acquire the authentication - /// tokens being used during delivery / dead-lettering. + /// Gets or sets the DeadLetter destination of the event subscription. /// [JsonProperty(PropertyName = "deadLetterDestination")] public DeadLetterDestination DeadLetterDestination { get; set; } - /// - /// Gets or sets the dead letter destination of the event subscription. - /// Any event that cannot be delivered to its' destination is sent to - /// the dead letter destination. - /// Uses the managed identity setup on the parent resource (topic / - /// domain) to acquire the authentication tokens being used during - /// delivery / dead-lettering. - /// - [JsonProperty(PropertyName = "deadLetterWithResourceIdentity")] - public DeadLetterWithResourceIdentity DeadLetterWithResourceIdentity { get; set; } - } } diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventType.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventType.cs index b57d0553f4a11..2f22a6962df5f 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventType.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/EventType.cs @@ -34,8 +34,8 @@ public EventType() /// /// Fully qualified identifier of the /// resource. - /// Name of the resource - /// Type of the resource + /// Name of the resource. + /// Type of the resource. /// Display name of the event type. /// Description of the event type. /// Url of the schema for this event diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/ExtensionTopic.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/ExtensionTopic.cs deleted file mode 100644 index cf29bffb6e31b..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/ExtensionTopic.cs +++ /dev/null @@ -1,71 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Event grid Extension Topic. This is used for getting Event Grid related - /// metrics for Azure resources. - /// - [Rest.Serialization.JsonTransformation] - public partial class ExtensionTopic : Resource - { - /// - /// Initializes a new instance of the ExtensionTopic class. - /// - public ExtensionTopic() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ExtensionTopic class. - /// - /// Fully qualified identifier of the - /// resource. - /// Name of the resource - /// Type of the resource - /// Description of the extension - /// topic. - /// System topic resource id which is mapped - /// to the source. - public ExtensionTopic(string id = default(string), string name = default(string), string type = default(string), string description = default(string), string systemTopic = default(string)) - : base(id, name, type) - { - Description = description; - SystemTopic = systemTopic; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets description of the extension topic. - /// - [JsonProperty(PropertyName = "properties.description")] - public string Description { get; set; } - - /// - /// Gets or sets system topic resource id which is mapped to the - /// source. - /// - [JsonProperty(PropertyName = "properties.systemTopic")] - public string SystemTopic { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/IdentityInfo.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/IdentityInfo.cs deleted file mode 100644 index c860851f8f3b3..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/IdentityInfo.cs +++ /dev/null @@ -1,96 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// The identity information for the resource. - /// - public partial class IdentityInfo - { - /// - /// Initializes a new instance of the IdentityInfo class. - /// - public IdentityInfo() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the IdentityInfo class. - /// - /// The type of managed identity used. The type - /// 'SystemAssigned, UserAssigned' includes both an implicitly created - /// identity and a set of user-assigned identities. The type 'None' - /// will remove any identity. Possible values include: 'None', - /// 'SystemAssigned', 'UserAssigned', 'SystemAssigned, - /// UserAssigned' - /// The principal ID of resource - /// identity. - /// The tenant ID of resource. - /// The list of user identities - /// associated with the resource. The user identity dictionary key - /// references will be ARM resource ids in the form: - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - /// This property is currently not used and reserved for future - /// usage. - public IdentityInfo(string type = default(string), string principalId = default(string), string tenantId = default(string), IDictionary userAssignedIdentities = default(IDictionary)) - { - Type = type; - PrincipalId = principalId; - TenantId = tenantId; - UserAssignedIdentities = userAssignedIdentities; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the type of managed identity used. The type - /// 'SystemAssigned, UserAssigned' includes both an implicitly created - /// identity and a set of user-assigned identities. The type 'None' - /// will remove any identity. Possible values include: 'None', - /// 'SystemAssigned', 'UserAssigned', 'SystemAssigned, UserAssigned' - /// - [JsonProperty(PropertyName = "type")] - public string Type { get; set; } - - /// - /// Gets or sets the principal ID of resource identity. - /// - [JsonProperty(PropertyName = "principalId")] - public string PrincipalId { get; set; } - - /// - /// Gets or sets the tenant ID of resource. - /// - [JsonProperty(PropertyName = "tenantId")] - public string TenantId { get; set; } - - /// - /// Gets or sets the list of user identities associated with the - /// resource. The user identity dictionary key references will be ARM - /// resource ids in the form: - /// '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. - /// This property is currently not used and reserved for future usage. - /// - [JsonProperty(PropertyName = "userAssignedIdentities")] - public IDictionary UserAssignedIdentities { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/IdentityType.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/IdentityType.cs deleted file mode 100644 index 4a04461638d52..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/IdentityType.cs +++ /dev/null @@ -1,24 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for IdentityType. - /// - public static class IdentityType - { - public const string None = "None"; - public const string SystemAssigned = "SystemAssigned"; - public const string UserAssigned = "UserAssigned"; - public const string SystemAssignedUserAssigned = "SystemAssigned, UserAssigned"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespace.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespace.cs deleted file mode 100644 index 193eebb1e98aa..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespace.cs +++ /dev/null @@ -1,100 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// EventGrid Partner Namespace. - /// - [Rest.Serialization.JsonTransformation] - public partial class PartnerNamespace : TrackedResource - { - /// - /// Initializes a new instance of the PartnerNamespace class. - /// - public PartnerNamespace() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PartnerNamespace class. - /// - /// Location of the resource. - /// Fully qualified identifier of the - /// resource. - /// Name of the resource - /// Type of the resource - /// Tags of the resource. - /// Provisioning state of the partner - /// namespace. Possible values include: 'Creating', 'Updating', - /// 'Deleting', 'Succeeded', 'Canceled', 'Failed' - /// The fully - /// qualified ARM Id of the partner registration that should be - /// associated with this partner namespace. This takes the following - /// format: - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}. - /// Endpoint for the partner namespace. - public PartnerNamespace(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), string partnerRegistrationFullyQualifiedId = default(string), string endpoint = default(string)) - : base(location, id, name, type, tags) - { - ProvisioningState = provisioningState; - PartnerRegistrationFullyQualifiedId = partnerRegistrationFullyQualifiedId; - Endpoint = endpoint; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets provisioning state of the partner namespace. Possible values - /// include: 'Creating', 'Updating', 'Deleting', 'Succeeded', - /// 'Canceled', 'Failed' - /// - [JsonProperty(PropertyName = "properties.provisioningState")] - public string ProvisioningState { get; private set; } - - /// - /// Gets or sets the fully qualified ARM Id of the partner registration - /// that should be associated with this partner namespace. This takes - /// the following format: - /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}. - /// - [JsonProperty(PropertyName = "properties.partnerRegistrationFullyQualifiedId")] - public string PartnerRegistrationFullyQualifiedId { get; set; } - - /// - /// Gets endpoint for the partner namespace. - /// - [JsonProperty(PropertyName = "properties.endpoint")] - public string Endpoint { get; private set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public override void Validate() - { - base.Validate(); - } - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceProvisioningState.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceProvisioningState.cs deleted file mode 100644 index a93d8ed974e07..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceProvisioningState.cs +++ /dev/null @@ -1,26 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for PartnerNamespaceProvisioningState. - /// - public static class PartnerNamespaceProvisioningState - { - public const string Creating = "Creating"; - public const string Updating = "Updating"; - public const string Deleting = "Deleting"; - public const string Succeeded = "Succeeded"; - public const string Canceled = "Canceled"; - public const string Failed = "Failed"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceRegenerateKeyRequest.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceRegenerateKeyRequest.cs deleted file mode 100644 index 87f6e0700a986..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceRegenerateKeyRequest.cs +++ /dev/null @@ -1,68 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Microsoft.Rest; - using Newtonsoft.Json; - using System.Linq; - - /// - /// PartnerNamespace regenerate shared access key request. - /// - public partial class PartnerNamespaceRegenerateKeyRequest - { - /// - /// Initializes a new instance of the - /// PartnerNamespaceRegenerateKeyRequest class. - /// - public PartnerNamespaceRegenerateKeyRequest() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// PartnerNamespaceRegenerateKeyRequest class. - /// - /// Key name to regenerate (key1 or - /// key2). - public PartnerNamespaceRegenerateKeyRequest(string keyName) - { - KeyName = keyName; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets key name to regenerate (key1 or key2). - /// - [JsonProperty(PropertyName = "keyName")] - public string KeyName { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public virtual void Validate() - { - if (KeyName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "KeyName"); - } - } - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceSharedAccessKeys.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceSharedAccessKeys.cs deleted file mode 100644 index 16ada036cecb9..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceSharedAccessKeys.cs +++ /dev/null @@ -1,63 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Shared access keys of the partner namespace. - /// - public partial class PartnerNamespaceSharedAccessKeys - { - /// - /// Initializes a new instance of the PartnerNamespaceSharedAccessKeys - /// class. - /// - public PartnerNamespaceSharedAccessKeys() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PartnerNamespaceSharedAccessKeys - /// class. - /// - /// Shared access key1 for the partner - /// namespace. - /// Shared access key2 for the partner - /// namespace. - public PartnerNamespaceSharedAccessKeys(string key1 = default(string), string key2 = default(string)) - { - Key1 = key1; - Key2 = key2; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets shared access key1 for the partner namespace. - /// - [JsonProperty(PropertyName = "key1")] - public string Key1 { get; set; } - - /// - /// Gets or sets shared access key2 for the partner namespace. - /// - [JsonProperty(PropertyName = "key2")] - public string Key2 { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceUpdateParameters.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceUpdateParameters.cs deleted file mode 100644 index 7b8cbbacd4188..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerNamespaceUpdateParameters.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Properties of the PartnerNamespace update. - /// - public partial class PartnerNamespaceUpdateParameters - { - /// - /// Initializes a new instance of the PartnerNamespaceUpdateParameters - /// class. - /// - public PartnerNamespaceUpdateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PartnerNamespaceUpdateParameters - /// class. - /// - /// Tags of the partner namespace. - public PartnerNamespaceUpdateParameters(IDictionary tags = default(IDictionary)) - { - Tags = tags; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets tags of the partner namespace. - /// - [JsonProperty(PropertyName = "tags")] - public IDictionary Tags { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistration.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistration.cs deleted file mode 100644 index d794567258ab6..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistration.cs +++ /dev/null @@ -1,225 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Information about a partner registration. - /// - [Rest.Serialization.JsonTransformation] - public partial class PartnerRegistration : TrackedResource - { - /// - /// Initializes a new instance of the PartnerRegistration class. - /// - public PartnerRegistration() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PartnerRegistration class. - /// - /// Location of the resource. - /// Fully qualified identifier of the - /// resource. - /// Name of the resource - /// Type of the resource - /// Tags of the resource. - /// Provisioning state of the partner - /// registration. Possible values include: 'Creating', 'Updating', - /// 'Deleting', 'Succeeded', 'Canceled', 'Failed' - /// Official name of the partner name. For - /// example: "Contoso". - /// Name of the partner resource - /// type. - /// Display name of the - /// partner resource type. - /// Short description of - /// the partner resource type. The length of this description should - /// not exceed 256 characters. - /// Long description for the custom - /// scenarios and integration to be displayed in the portal if needed. - /// Length of this description should not exceed 2048 - /// characters. - /// The customer service - /// number of the publisher. The expected phone format should start - /// with a '+' sign - /// followed by the country code. The remaining digits are then - /// followed. Only digits and spaces are allowed and its - /// length cannot exceed 16 digits including country code. Examples of - /// valid phone numbers are: +1 515 123 4567 and - /// +966 7 5115 2471. Examples of invalid phone numbers are: +1 (515) - /// 123-4567, 1 515 123 4567 and +966 121 5115 24 7 551 1234 43 - /// The extension of the - /// customer service number of the publisher. Only digits are allowed - /// and number of digits should not exceed 10. - /// The extension of the customer - /// service URI of the publisher. - /// URI of the partner website that can be used - /// by Azure customers to setup Event Grid - /// integration on an event source. - /// URI of the logo. - /// Visibility state of the partner - /// registration. Possible values include: 'Hidden', 'PublicPreview', - /// 'GenerallyAvailable' - /// List of Azure - /// subscription Ids that are authorized to create a partner namespace - /// associated with this partner registration. This is an optional - /// property. Creating - /// partner namespaces is always permitted under the same Azure - /// subscription as the one used - /// for creating the partner registration. - public PartnerRegistration(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), string partnerName = default(string), string partnerResourceTypeName = default(string), string partnerResourceTypeDisplayName = default(string), string partnerResourceTypeDescription = default(string), string longDescription = default(string), string partnerCustomerServiceNumber = default(string), string partnerCustomerServiceExtension = default(string), string customerServiceUri = default(string), string setupUri = default(string), string logoUri = default(string), string visibilityState = default(string), IList authorizedAzureSubscriptionIds = default(IList)) - : base(location, id, name, type, tags) - { - ProvisioningState = provisioningState; - PartnerName = partnerName; - PartnerResourceTypeName = partnerResourceTypeName; - PartnerResourceTypeDisplayName = partnerResourceTypeDisplayName; - PartnerResourceTypeDescription = partnerResourceTypeDescription; - LongDescription = longDescription; - PartnerCustomerServiceNumber = partnerCustomerServiceNumber; - PartnerCustomerServiceExtension = partnerCustomerServiceExtension; - CustomerServiceUri = customerServiceUri; - SetupUri = setupUri; - LogoUri = logoUri; - VisibilityState = visibilityState; - AuthorizedAzureSubscriptionIds = authorizedAzureSubscriptionIds; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets provisioning state of the partner registration. Possible - /// values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', - /// 'Canceled', 'Failed' - /// - [JsonProperty(PropertyName = "properties.provisioningState")] - public string ProvisioningState { get; private set; } - - /// - /// Gets or sets official name of the partner name. For example: - /// "Contoso". - /// - [JsonProperty(PropertyName = "properties.partnerName")] - public string PartnerName { get; set; } - - /// - /// Gets or sets name of the partner resource type. - /// - [JsonProperty(PropertyName = "properties.partnerResourceTypeName")] - public string PartnerResourceTypeName { get; set; } - - /// - /// Gets or sets display name of the partner resource type. - /// - [JsonProperty(PropertyName = "properties.partnerResourceTypeDisplayName")] - public string PartnerResourceTypeDisplayName { get; set; } - - /// - /// Gets or sets short description of the partner resource type. The - /// length of this description should not exceed 256 characters. - /// - [JsonProperty(PropertyName = "properties.partnerResourceTypeDescription")] - public string PartnerResourceTypeDescription { get; set; } - - /// - /// Gets or sets long description for the custom scenarios and - /// integration to be displayed in the portal if needed. - /// Length of this description should not exceed 2048 characters. - /// - [JsonProperty(PropertyName = "properties.longDescription")] - public string LongDescription { get; set; } - - /// - /// Gets or sets the customer service number of the publisher. The - /// expected phone format should start with a '+' sign - /// followed by the country code. The remaining digits are then - /// followed. Only digits and spaces are allowed and its - /// length cannot exceed 16 digits including country code. Examples of - /// valid phone numbers are: +1 515 123 4567 and - /// +966 7 5115 2471. Examples of invalid phone numbers are: +1 (515) - /// 123-4567, 1 515 123 4567 and +966 121 5115 24 7 551 1234 43 - /// - [JsonProperty(PropertyName = "properties.partnerCustomerServiceNumber")] - public string PartnerCustomerServiceNumber { get; set; } - - /// - /// Gets or sets the extension of the customer service number of the - /// publisher. Only digits are allowed and number of digits should not - /// exceed 10. - /// - [JsonProperty(PropertyName = "properties.partnerCustomerServiceExtension")] - public string PartnerCustomerServiceExtension { get; set; } - - /// - /// Gets or sets the extension of the customer service URI of the - /// publisher. - /// - [JsonProperty(PropertyName = "properties.customerServiceUri")] - public string CustomerServiceUri { get; set; } - - /// - /// Gets or sets URI of the partner website that can be used by Azure - /// customers to setup Event Grid - /// integration on an event source. - /// - [JsonProperty(PropertyName = "properties.setupUri")] - public string SetupUri { get; set; } - - /// - /// Gets or sets URI of the logo. - /// - [JsonProperty(PropertyName = "properties.logoUri")] - public string LogoUri { get; set; } - - /// - /// Gets or sets visibility state of the partner registration. Possible - /// values include: 'Hidden', 'PublicPreview', 'GenerallyAvailable' - /// - [JsonProperty(PropertyName = "properties.visibilityState")] - public string VisibilityState { get; set; } - - /// - /// Gets or sets list of Azure subscription Ids that are authorized to - /// create a partner namespace - /// associated with this partner registration. This is an optional - /// property. Creating - /// partner namespaces is always permitted under the same Azure - /// subscription as the one used - /// for creating the partner registration. - /// - [JsonProperty(PropertyName = "properties.authorizedAzureSubscriptionIds")] - public IList AuthorizedAzureSubscriptionIds { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public override void Validate() - { - base.Validate(); - } - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationEventTypesListResult.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationEventTypesListResult.cs deleted file mode 100644 index 860e809317c46..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationEventTypesListResult.cs +++ /dev/null @@ -1,66 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Result of the List Partner Registration Event Types operation. - /// - public partial class PartnerRegistrationEventTypesListResult - { - /// - /// Initializes a new instance of the - /// PartnerRegistrationEventTypesListResult class. - /// - public PartnerRegistrationEventTypesListResult() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// PartnerRegistrationEventTypesListResult class. - /// - /// A collection of partner registration event - /// types. - /// A link for the next page of partner - /// registration event types. - public PartnerRegistrationEventTypesListResult(IList value = default(IList), string nextLink = default(string)) - { - Value = value; - NextLink = nextLink; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a collection of partner registration event types. - /// - [JsonProperty(PropertyName = "value")] - public IList Value { get; set; } - - /// - /// Gets or sets a link for the next page of partner registration event - /// types. - /// - [JsonProperty(PropertyName = "nextLink")] - public string NextLink { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationProvisioningState.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationProvisioningState.cs deleted file mode 100644 index e08bf8afb5661..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationProvisioningState.cs +++ /dev/null @@ -1,26 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for PartnerRegistrationProvisioningState. - /// - public static class PartnerRegistrationProvisioningState - { - public const string Creating = "Creating"; - public const string Updating = "Updating"; - public const string Deleting = "Deleting"; - public const string Succeeded = "Succeeded"; - public const string Canceled = "Canceled"; - public const string Failed = "Failed"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationUpdateParameters.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationUpdateParameters.cs deleted file mode 100644 index 5574b3a872f07..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationUpdateParameters.cs +++ /dev/null @@ -1,123 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Properties of the Partner Registration update. - /// - public partial class PartnerRegistrationUpdateParameters - { - /// - /// Initializes a new instance of the - /// PartnerRegistrationUpdateParameters class. - /// - public PartnerRegistrationUpdateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// PartnerRegistrationUpdateParameters class. - /// - /// Tags of the partner registration - /// resource. - /// Name of the partner topic - /// type. - /// Display name of the - /// partner topic type. - /// Description of the - /// partner topic type. - /// URI of the partner website that can be used - /// by Azure customers to setup Event Grid - /// integration on an event source. - /// URI of the partner logo. - /// List of IDs of Azure - /// AD applications that are authorized to create a partner namespace - /// associated with this partner registration. This is an optional - /// property. Creating - /// partner namespaces is always permitted under the same Azure - /// subscription as the one used - /// for creating the partner registration. - public PartnerRegistrationUpdateParameters(IDictionary tags = default(IDictionary), string partnerTopicTypeName = default(string), string partnerTopicTypeDisplayName = default(string), string partnerTopicTypeDescription = default(string), string setupUri = default(string), string logoUri = default(string), IList authorizedAzureSubscriptionIds = default(IList)) - { - Tags = tags; - PartnerTopicTypeName = partnerTopicTypeName; - PartnerTopicTypeDisplayName = partnerTopicTypeDisplayName; - PartnerTopicTypeDescription = partnerTopicTypeDescription; - SetupUri = setupUri; - LogoUri = logoUri; - AuthorizedAzureSubscriptionIds = authorizedAzureSubscriptionIds; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets tags of the partner registration resource. - /// - [JsonProperty(PropertyName = "tags")] - public IDictionary Tags { get; set; } - - /// - /// Gets or sets name of the partner topic type. - /// - [JsonProperty(PropertyName = "partnerTopicTypeName")] - public string PartnerTopicTypeName { get; set; } - - /// - /// Gets or sets display name of the partner topic type. - /// - [JsonProperty(PropertyName = "partnerTopicTypeDisplayName")] - public string PartnerTopicTypeDisplayName { get; set; } - - /// - /// Gets or sets description of the partner topic type. - /// - [JsonProperty(PropertyName = "partnerTopicTypeDescription")] - public string PartnerTopicTypeDescription { get; set; } - - /// - /// Gets or sets URI of the partner website that can be used by Azure - /// customers to setup Event Grid - /// integration on an event source. - /// - [JsonProperty(PropertyName = "setupUri")] - public string SetupUri { get; set; } - - /// - /// Gets or sets URI of the partner logo. - /// - [JsonProperty(PropertyName = "logoUri")] - public string LogoUri { get; set; } - - /// - /// Gets or sets list of IDs of Azure AD applications that are - /// authorized to create a partner namespace - /// associated with this partner registration. This is an optional - /// property. Creating - /// partner namespaces is always permitted under the same Azure - /// subscription as the one used - /// for creating the partner registration. - /// - [JsonProperty(PropertyName = "authorizedAzureSubscriptionIds")] - public IList AuthorizedAzureSubscriptionIds { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationVisibilityState.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationVisibilityState.cs deleted file mode 100644 index 7a4343c5fc7e3..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerRegistrationVisibilityState.cs +++ /dev/null @@ -1,23 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for PartnerRegistrationVisibilityState. - /// - public static class PartnerRegistrationVisibilityState - { - public const string Hidden = "Hidden"; - public const string PublicPreview = "PublicPreview"; - public const string GenerallyAvailable = "GenerallyAvailable"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopic.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopic.cs deleted file mode 100644 index 1e38ced455e04..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopic.cs +++ /dev/null @@ -1,128 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// EventGrid Partner Topic. - /// - [Rest.Serialization.JsonTransformation] - public partial class PartnerTopic : TrackedResource - { - /// - /// Initializes a new instance of the PartnerTopic class. - /// - public PartnerTopic() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PartnerTopic class. - /// - /// Location of the resource. - /// Fully qualified identifier of the - /// resource. - /// Name of the resource - /// Type of the resource - /// Tags of the resource. - /// Source associated with this partner topic. - /// This represents a unique partner resource. - /// Expiration time of - /// the partner topic. If this timer expires while the partner topic is - /// still never activated, - /// the partner topic and corresponding event channel are - /// deleted. - /// Provisioning state of the partner - /// topic. Possible values include: 'Creating', 'Updating', 'Deleting', - /// 'Succeeded', 'Canceled', 'Failed' - /// Activation state of the partner - /// topic. Possible values include: 'NeverActivated', 'Activated', - /// 'Deactivated' - /// Friendly description - /// about the topic. This can be set by the publisher/partner to show - /// custom description for the customer partner topic. - /// This will be helpful to remove any ambiguity of the origin of - /// creation of the partner topic for the customer. - public PartnerTopic(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string source = default(string), System.DateTime? expirationTimeIfNotActivatedUtc = default(System.DateTime?), string provisioningState = default(string), string activationState = default(string), string partnerTopicFriendlyDescription = default(string)) - : base(location, id, name, type, tags) - { - Source = source; - ExpirationTimeIfNotActivatedUtc = expirationTimeIfNotActivatedUtc; - ProvisioningState = provisioningState; - ActivationState = activationState; - PartnerTopicFriendlyDescription = partnerTopicFriendlyDescription; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets source associated with this partner topic. This - /// represents a unique partner resource. - /// - [JsonProperty(PropertyName = "properties.source")] - public string Source { get; set; } - - /// - /// Gets or sets expiration time of the partner topic. If this timer - /// expires while the partner topic is still never activated, - /// the partner topic and corresponding event channel are deleted. - /// - [JsonProperty(PropertyName = "properties.expirationTimeIfNotActivatedUtc")] - public System.DateTime? ExpirationTimeIfNotActivatedUtc { get; set; } - - /// - /// Gets provisioning state of the partner topic. Possible values - /// include: 'Creating', 'Updating', 'Deleting', 'Succeeded', - /// 'Canceled', 'Failed' - /// - [JsonProperty(PropertyName = "properties.provisioningState")] - public string ProvisioningState { get; private set; } - - /// - /// Gets or sets activation state of the partner topic. Possible values - /// include: 'NeverActivated', 'Activated', 'Deactivated' - /// - [JsonProperty(PropertyName = "properties.activationState")] - public string ActivationState { get; set; } - - /// - /// Gets or sets friendly description about the topic. This can be set - /// by the publisher/partner to show custom description for the - /// customer partner topic. - /// This will be helpful to remove any ambiguity of the origin of - /// creation of the partner topic for the customer. - /// - [JsonProperty(PropertyName = "properties.partnerTopicFriendlyDescription")] - public string PartnerTopicFriendlyDescription { get; set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public override void Validate() - { - base.Validate(); - } - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicActivationState.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicActivationState.cs deleted file mode 100644 index da853a2b216c5..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicActivationState.cs +++ /dev/null @@ -1,23 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for PartnerTopicActivationState. - /// - public static class PartnerTopicActivationState - { - public const string NeverActivated = "NeverActivated"; - public const string Activated = "Activated"; - public const string Deactivated = "Deactivated"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicProvisioningState.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicProvisioningState.cs deleted file mode 100644 index 9eb90ce309ade..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicProvisioningState.cs +++ /dev/null @@ -1,26 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for PartnerTopicProvisioningState. - /// - public static class PartnerTopicProvisioningState - { - public const string Creating = "Creating"; - public const string Updating = "Updating"; - public const string Deleting = "Deleting"; - public const string Succeeded = "Succeeded"; - public const string Canceled = "Canceled"; - public const string Failed = "Failed"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicReadinessState.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicReadinessState.cs deleted file mode 100644 index 2b4a5b43a492d..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicReadinessState.cs +++ /dev/null @@ -1,24 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for PartnerTopicReadinessState. - /// - public static class PartnerTopicReadinessState - { - public const string NotActivatedByUserYet = "NotActivatedByUserYet"; - public const string ActivatedByUser = "ActivatedByUser"; - public const string DeactivatedByUser = "DeactivatedByUser"; - public const string DeletedByUser = "DeletedByUser"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicType.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicType.cs deleted file mode 100644 index ef3933261ee65..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicType.cs +++ /dev/null @@ -1,113 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Linq; - - /// - /// Properties of a partner topic type. - /// - [Rest.Serialization.JsonTransformation] - public partial class PartnerTopicType : Resource - { - /// - /// Initializes a new instance of the PartnerTopicType class. - /// - public PartnerTopicType() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PartnerTopicType class. - /// - /// Fully qualified identifier of the - /// resource. - /// Name of the resource - /// Type of the resource - /// Official name of the partner. - /// Name of the partner topic type. This - /// name should be unique among all partner topic types names. - /// Display Name for the partner topic - /// type. - /// Description of the partner topic - /// type. - /// URI of the partner website that can be used - /// by Azure customers to setup Event Grid - /// integration on an event source. - /// Status of whether the customer has - /// authorized a partner to create partner topics - /// in the customer's subscription. Possible values include: - /// 'NotApplicable', 'NotAuthorized', 'Authorized' - public PartnerTopicType(string id = default(string), string name = default(string), string type = default(string), string partnerName = default(string), string topicTypeName = default(string), string displayName = default(string), string description = default(string), string setupUri = default(string), string authorizationState = default(string)) - : base(id, name, type) - { - PartnerName = partnerName; - TopicTypeName = topicTypeName; - DisplayName = displayName; - Description = description; - SetupUri = setupUri; - AuthorizationState = authorizationState; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets official name of the partner. - /// - [JsonProperty(PropertyName = "properties.partnerName")] - public string PartnerName { get; set; } - - /// - /// Gets or sets name of the partner topic type. This name should be - /// unique among all partner topic types names. - /// - [JsonProperty(PropertyName = "properties.topicTypeName")] - public string TopicTypeName { get; set; } - - /// - /// Gets or sets display Name for the partner topic type. - /// - [JsonProperty(PropertyName = "properties.displayName")] - public string DisplayName { get; set; } - - /// - /// Gets or sets description of the partner topic type. - /// - [JsonProperty(PropertyName = "properties.description")] - public string Description { get; set; } - - /// - /// Gets or sets URI of the partner website that can be used by Azure - /// customers to setup Event Grid - /// integration on an event source. - /// - [JsonProperty(PropertyName = "properties.setupUri")] - public string SetupUri { get; set; } - - /// - /// Gets or sets status of whether the customer has authorized a - /// partner to create partner topics - /// in the customer's subscription. Possible values include: - /// 'NotApplicable', 'NotAuthorized', 'Authorized' - /// - [JsonProperty(PropertyName = "properties.authorizationState")] - public string AuthorizationState { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicTypeAuthorizationState.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicTypeAuthorizationState.cs deleted file mode 100644 index 48554203ed03d..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicTypeAuthorizationState.cs +++ /dev/null @@ -1,23 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for PartnerTopicTypeAuthorizationState. - /// - public static class PartnerTopicTypeAuthorizationState - { - public const string NotApplicable = "NotApplicable"; - public const string NotAuthorized = "NotAuthorized"; - public const string Authorized = "Authorized"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicTypesListResult.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicTypesListResult.cs deleted file mode 100644 index 712f3e05686c8..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicTypesListResult.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Result of the List Partner Topic Types operation. - /// - public partial class PartnerTopicTypesListResult - { - /// - /// Initializes a new instance of the PartnerTopicTypesListResult - /// class. - /// - public PartnerTopicTypesListResult() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PartnerTopicTypesListResult - /// class. - /// - /// A collection of partner topic types. - public PartnerTopicTypesListResult(IList value = default(IList)) - { - Value = value; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets a collection of partner topic types. - /// - [JsonProperty(PropertyName = "value")] - public IList Value { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicUpdateParameters.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicUpdateParameters.cs deleted file mode 100644 index c682c8cfdb003..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PartnerTopicUpdateParameters.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Properties of the Partner Topic update. - /// - public partial class PartnerTopicUpdateParameters - { - /// - /// Initializes a new instance of the PartnerTopicUpdateParameters - /// class. - /// - public PartnerTopicUpdateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the PartnerTopicUpdateParameters - /// class. - /// - /// Tags of the partner topic. - public PartnerTopicUpdateParameters(IDictionary tags = default(IDictionary)) - { - Tags = tags; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets tags of the partner topic. - /// - [JsonProperty(PropertyName = "tags")] - public IDictionary Tags { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PrivateEndpointConnection.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PrivateEndpointConnection.cs index e066ae3539d6d..e887d5e608b6a 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PrivateEndpointConnection.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/PrivateEndpointConnection.cs @@ -33,8 +33,8 @@ public PrivateEndpointConnection() /// /// Fully qualified identifier of the /// resource. - /// Name of the resource - /// Type of the resource + /// Name of the resource. + /// Type of the resource. /// The Private Endpoint resource for /// this Connection. /// GroupIds from the private link service diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Resource.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Resource.cs index d25fcbe95c2cf..641e05f45021d 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Resource.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Resource.cs @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Management.EventGrid.Models using System.Linq; /// - /// Definition of a Resource + /// Definition of a Resource. /// public partial class Resource : IResource { @@ -33,8 +33,8 @@ public Resource() /// /// Fully qualified identifier of the /// resource. - /// Name of the resource - /// Type of the resource + /// Name of the resource. + /// Type of the resource. public Resource(string id = default(string), string name = default(string), string type = default(string)) { Id = id; @@ -55,13 +55,13 @@ public Resource() public string Id { get; private set; } /// - /// Gets name of the resource + /// Gets name of the resource. /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets type of the resource + /// Gets type of the resource. /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/ResourceSku.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/ResourceSku.cs deleted file mode 100644 index eb5add0788059..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/ResourceSku.cs +++ /dev/null @@ -1,54 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// Describes an EventGrid Resource Sku. - /// - public partial class ResourceSku - { - /// - /// Initializes a new instance of the ResourceSku class. - /// - public ResourceSku() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the ResourceSku class. - /// - /// The Sku name of the resource. The possible - /// values are: Basic or Premium. Possible values include: 'Basic', - /// 'Premium' - public ResourceSku(string name = default(string)) - { - Name = name; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the Sku name of the resource. The possible values are: - /// Basic or Premium. Possible values include: 'Basic', 'Premium' - /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Sku.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Sku.cs deleted file mode 100644 index 7edc817200141..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Sku.cs +++ /dev/null @@ -1,22 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - - /// - /// Defines values for Sku. - /// - public static class Sku - { - public const string Basic = "Basic"; - public const string Premium = "Premium"; - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/SystemTopic.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/SystemTopic.cs deleted file mode 100644 index 193ae554c8270..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/SystemTopic.cs +++ /dev/null @@ -1,102 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Microsoft.Rest; - using Microsoft.Rest.Serialization; - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// EventGrid System Topic. - /// - [Rest.Serialization.JsonTransformation] - public partial class SystemTopic : TrackedResource - { - /// - /// Initializes a new instance of the SystemTopic class. - /// - public SystemTopic() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SystemTopic class. - /// - /// Location of the resource. - /// Fully qualified identifier of the - /// resource. - /// Name of the resource - /// Type of the resource - /// Tags of the resource. - /// Provisioning state of the system - /// topic. Possible values include: 'Creating', 'Updating', 'Deleting', - /// 'Succeeded', 'Canceled', 'Failed' - /// Source for the system topic. - /// TopicType for the system topic. - /// Metric resource id for the system - /// topic. - public SystemTopic(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), string source = default(string), string topicType = default(string), string metricResourceId = default(string)) - : base(location, id, name, type, tags) - { - ProvisioningState = provisioningState; - Source = source; - TopicType = topicType; - MetricResourceId = metricResourceId; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets provisioning state of the system topic. Possible values - /// include: 'Creating', 'Updating', 'Deleting', 'Succeeded', - /// 'Canceled', 'Failed' - /// - [JsonProperty(PropertyName = "properties.provisioningState")] - public string ProvisioningState { get; private set; } - - /// - /// Gets or sets source for the system topic. - /// - [JsonProperty(PropertyName = "properties.source")] - public string Source { get; set; } - - /// - /// Gets or sets topicType for the system topic. - /// - [JsonProperty(PropertyName = "properties.topicType")] - public string TopicType { get; set; } - - /// - /// Gets metric resource id for the system topic. - /// - [JsonProperty(PropertyName = "properties.metricResourceId")] - public string MetricResourceId { get; private set; } - - /// - /// Validate the object. - /// - /// - /// Thrown if validation fails - /// - public override void Validate() - { - base.Validate(); - } - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/SystemTopicUpdateParameters.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/SystemTopicUpdateParameters.cs deleted file mode 100644 index 0c312fc58ca8d..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/SystemTopicUpdateParameters.cs +++ /dev/null @@ -1,55 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; - using System.Linq; - - /// - /// Properties of the System Topic update. - /// - public partial class SystemTopicUpdateParameters - { - /// - /// Initializes a new instance of the SystemTopicUpdateParameters - /// class. - /// - public SystemTopicUpdateParameters() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the SystemTopicUpdateParameters - /// class. - /// - /// Tags of the system topic. - public SystemTopicUpdateParameters(IDictionary tags = default(IDictionary)) - { - Tags = tags; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets tags of the system topic. - /// - [JsonProperty(PropertyName = "tags")] - public IDictionary Tags { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Topic.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Topic.cs index 7ab54836de848..d22682e62e0c0 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Topic.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/Topic.cs @@ -37,8 +37,8 @@ public Topic() /// Location of the resource. /// Fully qualified identifier of the /// resource. - /// Name of the resource - /// Type of the resource + /// Name of the resource. + /// Type of the resource. /// Tags of the resource. /// Provisioning state of the topic. /// Possible values include: 'Creating', 'Updating', 'Deleting', @@ -62,10 +62,7 @@ public Topic() /// This can be used to restrict traffic /// from specific IPs instead of all IPs. Note: These are considered /// only if PublicNetworkAccess is enabled. - /// The Sku pricing tier for the topic. - /// Identity information for the - /// resource. - public Topic(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), IList privateEndpointConnections = default(IList), string provisioningState = default(string), string endpoint = default(string), string inputSchema = default(string), InputSchemaMapping inputSchemaMapping = default(InputSchemaMapping), string metricResourceId = default(string), string publicNetworkAccess = default(string), IList inboundIpRules = default(IList), ResourceSku sku = default(ResourceSku), IdentityInfo identity = default(IdentityInfo)) + public Topic(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), IList privateEndpointConnections = default(IList), string provisioningState = default(string), string endpoint = default(string), string inputSchema = default(string), InputSchemaMapping inputSchemaMapping = default(InputSchemaMapping), string metricResourceId = default(string), string publicNetworkAccess = default(string), IList inboundIpRules = default(IList)) : base(location, id, name, type, tags) { PrivateEndpointConnections = privateEndpointConnections; @@ -76,8 +73,6 @@ public Topic() MetricResourceId = metricResourceId; PublicNetworkAccess = publicNetworkAccess; InboundIpRules = inboundIpRules; - Sku = sku; - Identity = identity; CustomInit(); } @@ -148,18 +143,6 @@ public Topic() [JsonProperty(PropertyName = "properties.inboundIpRules")] public IList InboundIpRules { get; set; } - /// - /// Gets or sets the Sku pricing tier for the topic. - /// - [JsonProperty(PropertyName = "sku")] - public ResourceSku Sku { get; set; } - - /// - /// Gets or sets identity information for the resource. - /// - [JsonProperty(PropertyName = "identity")] - public IdentityInfo Identity { get; set; } - /// /// Validate the object. /// diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TopicTypeInfo.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TopicTypeInfo.cs index 48ba929e8e454..2ebf9ab30e0ef 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TopicTypeInfo.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TopicTypeInfo.cs @@ -36,8 +36,8 @@ public TopicTypeInfo() /// /// Fully qualified identifier of the /// resource. - /// Name of the resource - /// Type of the resource + /// Name of the resource. + /// Type of the resource. /// Namespace of the provider of the topic /// type. /// Display Name for the topic type. diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TopicUpdateParameters.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TopicUpdateParameters.cs index 2335d02c40c40..268ac9df3efb0 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TopicUpdateParameters.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TopicUpdateParameters.cs @@ -35,7 +35,6 @@ public TopicUpdateParameters() /// Initializes a new instance of the TopicUpdateParameters class. /// /// Tags of the resource. - /// Resource identity information. /// This determines if traffic is /// allowed over public network. By default it is enabled. /// You can further restrict to specific IPs by configuring <seealso @@ -44,14 +43,11 @@ public TopicUpdateParameters() /// This can be used to restrict traffic /// from specific IPs instead of all IPs. Note: These are considered /// only if PublicNetworkAccess is enabled. - /// The Sku pricing tier for the topic. - public TopicUpdateParameters(IDictionary tags = default(IDictionary), IdentityInfo identity = default(IdentityInfo), string publicNetworkAccess = default(string), IList inboundIpRules = default(IList), ResourceSku sku = default(ResourceSku)) + public TopicUpdateParameters(IDictionary tags = default(IDictionary), string publicNetworkAccess = default(string), IList inboundIpRules = default(IList)) { Tags = tags; - Identity = identity; PublicNetworkAccess = publicNetworkAccess; InboundIpRules = inboundIpRules; - Sku = sku; CustomInit(); } @@ -66,12 +62,6 @@ public TopicUpdateParameters() [JsonProperty(PropertyName = "tags")] public IDictionary Tags { get; set; } - /// - /// Gets or sets resource identity information. - /// - [JsonProperty(PropertyName = "identity")] - public IdentityInfo Identity { get; set; } - /// /// Gets or sets this determines if traffic is allowed over public /// network. By default it is enabled. @@ -91,11 +81,5 @@ public TopicUpdateParameters() [JsonProperty(PropertyName = "properties.inboundIpRules")] public IList InboundIpRules { get; set; } - /// - /// Gets or sets the Sku pricing tier for the topic. - /// - [JsonProperty(PropertyName = "sku")] - public ResourceSku Sku { get; set; } - } } diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TrackedResource.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TrackedResource.cs index 3dd619bba787d..00bcc48b9b84a 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TrackedResource.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/TrackedResource.cs @@ -35,8 +35,8 @@ public TrackedResource() /// Location of the resource. /// Fully qualified identifier of the /// resource. - /// Name of the resource - /// Type of the resource + /// Name of the resource. + /// Type of the resource. /// Tags of the resource. public TrackedResource(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary)) : base(id, name, type) diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/UserIdentityProperties.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/UserIdentityProperties.cs deleted file mode 100644 index 5fdc4d4ddd9dd..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/Models/UserIdentityProperties.cs +++ /dev/null @@ -1,61 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid.Models -{ - using Newtonsoft.Json; - using System.Linq; - - /// - /// The information about the user identity. - /// - public partial class UserIdentityProperties - { - /// - /// Initializes a new instance of the UserIdentityProperties class. - /// - public UserIdentityProperties() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the UserIdentityProperties class. - /// - /// The principal id of user assigned - /// identity. - /// The client id of user assigned - /// identity. - public UserIdentityProperties(string principalId = default(string), string clientId = default(string)) - { - PrincipalId = principalId; - ClientId = clientId; - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - /// - /// Gets or sets the principal id of user assigned identity. - /// - [JsonProperty(PropertyName = "principalId")] - public string PrincipalId { get; set; } - - /// - /// Gets or sets the client id of user assigned identity. - /// - [JsonProperty(PropertyName = "clientId")] - public string ClientId { get; set; } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerNamespacesOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerNamespacesOperations.cs deleted file mode 100644 index a7429a4e731cd..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerNamespacesOperations.cs +++ /dev/null @@ -1,2133 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - 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; - - /// - /// PartnerNamespacesOperations operations. - /// - internal partial class PartnerNamespacesOperations : IServiceOperations, IPartnerNamespacesOperations - { - /// - /// Initializes a new instance of the PartnerNamespacesOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal PartnerNamespacesOperations(EventGridManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the EventGridManagementClient - /// - public EventGridManagementClient Client { get; private set; } - - /// - /// Get a partner namespace. - /// - /// - /// Get properties of a partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// 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 partnerNamespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - 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.EventGrid/partnerNamespaces/{partnerNamespaceName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create a partner namespace. - /// - /// - /// Asynchronously creates a new partner namespace with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// PartnerNamespace information. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, PartnerNamespace partnerNamespaceInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, partnerNamespaceInfo, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Delete a partner namespace. - /// - /// - /// Delete existing partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Update a partner namespace. - /// - /// - /// Asynchronously updates a partner namespace with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Tags of the partner namespace. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, tags, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// List partner namespaces under an Azure subscription. - /// - /// - /// List all the partner namespaces under an Azure subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - 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.EventGrid/partnerNamespaces").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 (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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner namespaces under a resource group. - /// - /// - /// List all the partner namespaces under a resource group. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - 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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List keys for a partner namespace. - /// - /// - /// List the two keys used to publish to a partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// 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> ListSharedAccessKeysWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListSharedAccessKeys", 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.EventGrid/partnerNamespaces/{partnerNamespaceName}/listKeys").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Regenerate key for a partner namespace. - /// - /// - /// Regenerate a shared access key for a partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Key name to regenerate (key1 or key2). - /// - /// - /// 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> RegenerateKeyWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, string keyName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - if (keyName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "keyName"); - } - PartnerNamespaceRegenerateKeyRequest regenerateKeyRequest = new PartnerNamespaceRegenerateKeyRequest(); - if (keyName != null) - { - regenerateKeyRequest.KeyName = keyName; - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - tracingParameters.Add("regenerateKeyRequest", regenerateKeyRequest); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "RegenerateKey", 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.EventGrid/partnerNamespaces/{partnerNamespaceName}/regenerateKey").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("POST"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(regenerateKeyRequest != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(regenerateKeyRequest, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create a partner namespace. - /// - /// - /// Asynchronously creates a new partner namespace with the specified - /// parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// PartnerNamespace information. - /// - /// - /// 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 partnerNamespaceName, PartnerNamespace partnerNamespaceInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (partnerNamespaceInfo == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceInfo"); - } - if (partnerNamespaceInfo != null) - { - partnerNamespaceInfo.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - tracingParameters.Add("partnerNamespaceInfo", partnerNamespaceInfo); - 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.EventGrid/partnerNamespaces/{partnerNamespaceName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - 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(partnerNamespaceInfo != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(partnerNamespaceInfo, 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) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete a partner namespace. - /// - /// - /// Delete existing partner namespace. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string partnerNamespaceName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerNamespaces/{partnerNamespaceName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 202 && (int)_statusCode != 204) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Update a partner namespace. - /// - /// - /// Asynchronously updates a partner namespace with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Tags of the partner namespace. - /// - /// - /// 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 partnerNamespaceName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerNamespaceName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerNamespaceName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - PartnerNamespaceUpdateParameters partnerNamespaceUpdateParameters = new PartnerNamespaceUpdateParameters(); - if (tags != null) - { - partnerNamespaceUpdateParameters.Tags = tags; - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerNamespaceName", partnerNamespaceName); - tracingParameters.Add("partnerNamespaceUpdateParameters", partnerNamespaceUpdateParameters); - 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.EventGrid/partnerNamespaces/{partnerNamespaceName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerNamespaceName}", System.Uri.EscapeDataString(partnerNamespaceName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(partnerNamespaceUpdateParameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(partnerNamespaceUpdateParameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner namespaces under an Azure subscription. - /// - /// - /// List all the partner namespaces under an Azure 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner namespaces under a resource group. - /// - /// - /// List all the partner namespaces under a resource group. - /// - /// - /// 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>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerNamespacesOperationsExtensions.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerNamespacesOperationsExtensions.cs deleted file mode 100644 index 37c6fe07f35a0..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerNamespacesOperationsExtensions.cs +++ /dev/null @@ -1,679 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for PartnerNamespacesOperations. - /// - public static partial class PartnerNamespacesOperationsExtensions - { - /// - /// Get a partner namespace. - /// - /// - /// Get properties of a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - public static PartnerNamespace Get(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName) - { - return operations.GetAsync(resourceGroupName, partnerNamespaceName).GetAwaiter().GetResult(); - } - - /// - /// Get a partner namespace. - /// - /// - /// Get properties of a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create a partner namespace. - /// - /// - /// Asynchronously creates a new partner namespace with the specified - /// parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// PartnerNamespace information. - /// - public static PartnerNamespace CreateOrUpdate(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, PartnerNamespace partnerNamespaceInfo) - { - return operations.CreateOrUpdateAsync(resourceGroupName, partnerNamespaceName, partnerNamespaceInfo).GetAwaiter().GetResult(); - } - - /// - /// Create a partner namespace. - /// - /// - /// Asynchronously creates a new partner namespace with the specified - /// parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// PartnerNamespace information. - /// - /// - /// The cancellation token. - /// - public static async Task CreateOrUpdateAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, PartnerNamespace partnerNamespaceInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, partnerNamespaceInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete a partner namespace. - /// - /// - /// Delete existing partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - public static void Delete(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName) - { - operations.DeleteAsync(resourceGroupName, partnerNamespaceName).GetAwaiter().GetResult(); - } - - /// - /// Delete a partner namespace. - /// - /// - /// Delete existing partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update a partner namespace. - /// - /// - /// Asynchronously updates a partner namespace with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Tags of the partner namespace. - /// - public static PartnerNamespace Update(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, IDictionary tags = default(IDictionary)) - { - return operations.UpdateAsync(resourceGroupName, partnerNamespaceName, tags).GetAwaiter().GetResult(); - } - - /// - /// Update a partner namespace. - /// - /// - /// Asynchronously updates a partner namespace with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Tags of the partner namespace. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, IDictionary tags = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, tags, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner namespaces under an Azure subscription. - /// - /// - /// List all the partner namespaces under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListBySubscription(this IPartnerNamespacesOperations operations, string filter = default(string), int? top = default(int?)) - { - return operations.ListBySubscriptionAsync(filter, top).GetAwaiter().GetResult(); - } - - /// - /// List partner namespaces under an Azure subscription. - /// - /// - /// List all the partner namespaces under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListBySubscriptionAsync(this IPartnerNamespacesOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySubscriptionWithHttpMessagesAsync(filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner namespaces under a resource group. - /// - /// - /// List all the partner namespaces under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListByResourceGroup(this IPartnerNamespacesOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?)) - { - return operations.ListByResourceGroupAsync(resourceGroupName, filter, top).GetAwaiter().GetResult(); - } - - /// - /// List partner namespaces under a resource group. - /// - /// - /// List all the partner namespaces under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List keys for a partner namespace. - /// - /// - /// List the two keys used to publish to a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - public static PartnerNamespaceSharedAccessKeys ListSharedAccessKeys(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName) - { - return operations.ListSharedAccessKeysAsync(resourceGroupName, partnerNamespaceName).GetAwaiter().GetResult(); - } - - /// - /// List keys for a partner namespace. - /// - /// - /// List the two keys used to publish to a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The cancellation token. - /// - public static async Task ListSharedAccessKeysAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListSharedAccessKeysWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Regenerate key for a partner namespace. - /// - /// - /// Regenerate a shared access key for a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Key name to regenerate (key1 or key2). - /// - public static PartnerNamespaceSharedAccessKeys RegenerateKey(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, string keyName) - { - return operations.RegenerateKeyAsync(resourceGroupName, partnerNamespaceName, keyName).GetAwaiter().GetResult(); - } - - /// - /// Regenerate key for a partner namespace. - /// - /// - /// Regenerate a shared access key for a partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Key name to regenerate (key1 or key2). - /// - /// - /// The cancellation token. - /// - public static async Task RegenerateKeyAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, string keyName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.RegenerateKeyWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, keyName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create a partner namespace. - /// - /// - /// Asynchronously creates a new partner namespace with the specified - /// parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// PartnerNamespace information. - /// - public static PartnerNamespace BeginCreateOrUpdate(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, PartnerNamespace partnerNamespaceInfo) - { - return operations.BeginCreateOrUpdateAsync(resourceGroupName, partnerNamespaceName, partnerNamespaceInfo).GetAwaiter().GetResult(); - } - - /// - /// Create a partner namespace. - /// - /// - /// Asynchronously creates a new partner namespace with the specified - /// parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// PartnerNamespace information. - /// - /// - /// The cancellation token. - /// - public static async Task BeginCreateOrUpdateAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, PartnerNamespace partnerNamespaceInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, partnerNamespaceInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete a partner namespace. - /// - /// - /// Delete existing partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - public static void BeginDelete(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName) - { - operations.BeginDeleteAsync(resourceGroupName, partnerNamespaceName).GetAwaiter().GetResult(); - } - - /// - /// Delete a partner namespace. - /// - /// - /// Delete existing partner namespace. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// The cancellation token. - /// - public static async Task BeginDeleteAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update a partner namespace. - /// - /// - /// Asynchronously updates a partner namespace with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Tags of the partner namespace. - /// - public static PartnerNamespace BeginUpdate(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, IDictionary tags = default(IDictionary)) - { - return operations.BeginUpdateAsync(resourceGroupName, partnerNamespaceName, tags).GetAwaiter().GetResult(); - } - - /// - /// Update a partner namespace. - /// - /// - /// Asynchronously updates a partner namespace with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner namespace. - /// - /// - /// Tags of the partner namespace. - /// - /// - /// The cancellation token. - /// - public static async Task BeginUpdateAsync(this IPartnerNamespacesOperations operations, string resourceGroupName, string partnerNamespaceName, IDictionary tags = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, partnerNamespaceName, tags, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner namespaces under an Azure subscription. - /// - /// - /// List all the partner namespaces under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListBySubscriptionNext(this IPartnerNamespacesOperations operations, string nextPageLink) - { - return operations.ListBySubscriptionNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List partner namespaces under an Azure subscription. - /// - /// - /// List all the partner namespaces under an Azure 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 IPartnerNamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySubscriptionNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner namespaces under a resource group. - /// - /// - /// List all the partner namespaces under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListByResourceGroupNext(this IPartnerNamespacesOperations operations, string nextPageLink) - { - return operations.ListByResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List partner namespaces under a resource group. - /// - /// - /// List all the partner namespaces under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupNextAsync(this IPartnerNamespacesOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerRegistrationsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerRegistrationsOperations.cs deleted file mode 100644 index 81fd633c0b605..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerRegistrationsOperations.cs +++ /dev/null @@ -1,1826 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - 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; - - /// - /// PartnerRegistrationsOperations operations. - /// - internal partial class PartnerRegistrationsOperations : IServiceOperations, IPartnerRegistrationsOperations - { - /// - /// Initializes a new instance of the PartnerRegistrationsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal PartnerRegistrationsOperations(EventGridManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the EventGridManagementClient - /// - public EventGridManagementClient Client { get; private set; } - - /// - /// Get a partner registration. - /// - /// - /// Gets a partner registration with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// 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 partnerRegistrationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerRegistrationName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerRegistrationName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerRegistrationName", partnerRegistrationName); - 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.EventGrid/partnerRegistrations/{partnerRegistrationName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerRegistrationName}", System.Uri.EscapeDataString(partnerRegistrationName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create a partner registration. - /// - /// - /// Creates a new partner registration with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// PartnerRegistration information. - /// - /// - /// 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 partnerRegistrationName, PartnerRegistration partnerRegistrationInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerRegistrationName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerRegistrationName"); - } - if (partnerRegistrationInfo == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerRegistrationInfo"); - } - if (partnerRegistrationInfo != null) - { - partnerRegistrationInfo.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerRegistrationName", partnerRegistrationName); - tracingParameters.Add("partnerRegistrationInfo", partnerRegistrationInfo); - 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.EventGrid/partnerRegistrations/{partnerRegistrationName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerRegistrationName}", System.Uri.EscapeDataString(partnerRegistrationName)); - 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(partnerRegistrationInfo != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(partnerRegistrationInfo, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 202) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - // 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; - } - - /// - /// Delete a partner registration. - /// - /// - /// Deletes a partner registration with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// 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 partnerRegistrationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerRegistrationName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerRegistrationName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerRegistrationName", partnerRegistrationName); - 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.EventGrid/partnerRegistrations/{partnerRegistrationName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerRegistrationName}", System.Uri.EscapeDataString(partnerRegistrationName)); - 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Update a partner registration. - /// - /// - /// Updates a partner registration with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// Partner registration update information. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string partnerRegistrationName, PartnerRegistrationUpdateParameters partnerRegistrationUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerRegistrationName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerRegistrationName"); - } - if (partnerRegistrationUpdateParameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerRegistrationUpdateParameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerRegistrationName", partnerRegistrationName); - tracingParameters.Add("partnerRegistrationUpdateParameters", partnerRegistrationUpdateParameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations/{partnerRegistrationName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerRegistrationName}", System.Uri.EscapeDataString(partnerRegistrationName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(partnerRegistrationUpdateParameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(partnerRegistrationUpdateParameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner registrations under an Azure subscription. - /// - /// - /// List all the partner registrations under an Azure subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - 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.EventGrid/partnerRegistrations").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 (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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner registrations under a resource group. - /// - /// - /// List all the partner registrations under a resource group. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerRegistrations").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - 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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List all available partners registrations. - /// - /// - /// List all partners registrations. - /// - /// - /// 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"); - } - // 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("/") ? "" : "/")), "providers/Microsoft.EventGrid/partnerRegistrations").ToString(); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner registrations under an Azure subscription. - /// - /// - /// List all the partner registrations under an Azure 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner registrations under a resource group. - /// - /// - /// List all the partner registrations under a resource group. - /// - /// - /// 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>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerRegistrationsOperationsExtensions.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerRegistrationsOperationsExtensions.cs deleted file mode 100644 index 184a2024b3813..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerRegistrationsOperationsExtensions.cs +++ /dev/null @@ -1,464 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for PartnerRegistrationsOperations. - /// - public static partial class PartnerRegistrationsOperationsExtensions - { - /// - /// Get a partner registration. - /// - /// - /// Gets a partner registration with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - public static PartnerRegistration Get(this IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName) - { - return operations.GetAsync(resourceGroupName, partnerRegistrationName).GetAwaiter().GetResult(); - } - - /// - /// Get a partner registration. - /// - /// - /// Gets a partner registration with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, partnerRegistrationName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create a partner registration. - /// - /// - /// Creates a new partner registration with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// PartnerRegistration information. - /// - public static PartnerRegistration CreateOrUpdate(this IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName, PartnerRegistration partnerRegistrationInfo) - { - return operations.CreateOrUpdateAsync(resourceGroupName, partnerRegistrationName, partnerRegistrationInfo).GetAwaiter().GetResult(); - } - - /// - /// Create a partner registration. - /// - /// - /// Creates a new partner registration with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// PartnerRegistration information. - /// - /// - /// The cancellation token. - /// - public static async Task CreateOrUpdateAsync(this IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName, PartnerRegistration partnerRegistrationInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, partnerRegistrationName, partnerRegistrationInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete a partner registration. - /// - /// - /// Deletes a partner registration with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - public static void Delete(this IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName) - { - operations.DeleteAsync(resourceGroupName, partnerRegistrationName).GetAwaiter().GetResult(); - } - - /// - /// Delete a partner registration. - /// - /// - /// Deletes a partner registration with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, partnerRegistrationName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update a partner registration. - /// - /// - /// Updates a partner registration with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// Partner registration update information. - /// - public static PartnerRegistration Update(this IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName, PartnerRegistrationUpdateParameters partnerRegistrationUpdateParameters) - { - return operations.UpdateAsync(resourceGroupName, partnerRegistrationName, partnerRegistrationUpdateParameters).GetAwaiter().GetResult(); - } - - /// - /// Update a partner registration. - /// - /// - /// Updates a partner registration with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner registration. - /// - /// - /// Partner registration update information. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateAsync(this IPartnerRegistrationsOperations operations, string resourceGroupName, string partnerRegistrationName, PartnerRegistrationUpdateParameters partnerRegistrationUpdateParameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, partnerRegistrationName, partnerRegistrationUpdateParameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner registrations under an Azure subscription. - /// - /// - /// List all the partner registrations under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListBySubscription(this IPartnerRegistrationsOperations operations, string filter = default(string), int? top = default(int?)) - { - return operations.ListBySubscriptionAsync(filter, top).GetAwaiter().GetResult(); - } - - /// - /// List partner registrations under an Azure subscription. - /// - /// - /// List all the partner registrations under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListBySubscriptionAsync(this IPartnerRegistrationsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySubscriptionWithHttpMessagesAsync(filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner registrations under a resource group. - /// - /// - /// List all the partner registrations under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListByResourceGroup(this IPartnerRegistrationsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?)) - { - return operations.ListByResourceGroupAsync(resourceGroupName, filter, top).GetAwaiter().GetResult(); - } - - /// - /// List partner registrations under a resource group. - /// - /// - /// List all the partner registrations under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupAsync(this IPartnerRegistrationsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List all available partners registrations. - /// - /// - /// List all partners registrations. - /// - /// - /// The operations group for this extension method. - /// - public static IEnumerable List(this IPartnerRegistrationsOperations operations) - { - return operations.ListAsync().GetAwaiter().GetResult(); - } - - /// - /// List all available partners registrations. - /// - /// - /// List all partners registrations. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The cancellation token. - /// - public static async Task> ListAsync(this IPartnerRegistrationsOperations operations, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner registrations under an Azure subscription. - /// - /// - /// List all the partner registrations under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListBySubscriptionNext(this IPartnerRegistrationsOperations operations, string nextPageLink) - { - return operations.ListBySubscriptionNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List partner registrations under an Azure subscription. - /// - /// - /// List all the partner registrations under an Azure 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 IPartnerRegistrationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySubscriptionNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner registrations under a resource group. - /// - /// - /// List all the partner registrations under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListByResourceGroupNext(this IPartnerRegistrationsOperations operations, string nextPageLink) - { - return operations.ListByResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List partner registrations under a resource group. - /// - /// - /// List all the partner registrations under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupNextAsync(this IPartnerRegistrationsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicEventSubscriptionsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicEventSubscriptionsOperations.cs deleted file mode 100644 index 3a572c3e3ccd1..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicEventSubscriptionsOperations.cs +++ /dev/null @@ -1,1612 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - 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; - - /// - /// PartnerTopicEventSubscriptionsOperations operations. - /// - internal partial class PartnerTopicEventSubscriptionsOperations : IServiceOperations, IPartnerTopicEventSubscriptionsOperations - { - /// - /// Initializes a new instance of the PartnerTopicEventSubscriptionsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal PartnerTopicEventSubscriptionsOperations(EventGridManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the EventGridManagementClient - /// - public EventGridManagementClient Client { get; private set; } - - /// - /// Get an event subscription of a partner topic. - /// - /// - /// Get an event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be found. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// 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 partnerTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - 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.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create or update an event subscription of a partner topic. - /// - /// - /// Asynchronously creates or updates an event subscription of a partner topic - /// with the specified parameters. Existing event subscriptions will be updated - /// with this API. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionInfo, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Update event subscription of a partner topic. - /// - /// - /// Update event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Get full URL of an event subscription of a partner topic. - /// - /// - /// Get the full endpoint URL for an event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// 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> GetFullUrlWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetFullUrl", 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.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List event subscriptions of a partner topic. - /// - /// - /// List event subscriptions that belong to a specific partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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>> ListByPartnerTopicWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByPartnerTopic", 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.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - 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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create or update an event subscription of a partner topic. - /// - /// - /// Asynchronously creates or updates an event subscription of a partner topic - /// with the specified parameters. Existing event subscriptions will be updated - /// with this API. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// 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 partnerTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (eventSubscriptionInfo == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionInfo"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - tracingParameters.Add("eventSubscriptionInfo", eventSubscriptionInfo); - 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.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - 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(eventSubscriptionInfo != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(eventSubscriptionInfo, 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) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 202 && (int)_statusCode != 204) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Update event subscription of a partner topic. - /// - /// - /// Update event subscription of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - /// - /// 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 partnerTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (eventSubscriptionUpdateParameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionUpdateParameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - tracingParameters.Add("eventSubscriptionUpdateParameters", eventSubscriptionUpdateParameters); - 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.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(eventSubscriptionUpdateParameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(eventSubscriptionUpdateParameters, 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) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List event subscriptions of a partner topic. - /// - /// - /// List event subscriptions that belong to a specific partner topic. - /// - /// - /// 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>> ListByPartnerTopicNextWithHttpMessagesAsync(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, "ListByPartnerTopicNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicEventSubscriptionsOperationsExtensions.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicEventSubscriptionsOperationsExtensions.cs deleted file mode 100644 index 9a7a46255f1f2..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicEventSubscriptionsOperationsExtensions.cs +++ /dev/null @@ -1,617 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for PartnerTopicEventSubscriptionsOperations. - /// - public static partial class PartnerTopicEventSubscriptionsOperationsExtensions - { - /// - /// Get an event subscription of a partner topic. - /// - /// - /// Get an event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be found. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - public static EventSubscription Get(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName) - { - return operations.GetAsync(resourceGroupName, partnerTopicName, eventSubscriptionName).GetAwaiter().GetResult(); - } - - /// - /// Get an event subscription of a partner topic. - /// - /// - /// Get an event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be found. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create or update an event subscription of a partner topic. - /// - /// - /// Asynchronously creates or updates an event subscription of a partner topic - /// with the specified parameters. Existing event subscriptions will be updated - /// with this API. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - public static EventSubscription CreateOrUpdate(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo) - { - return operations.CreateOrUpdateAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionInfo).GetAwaiter().GetResult(); - } - - /// - /// Create or update an event subscription of a partner topic. - /// - /// - /// Asynchronously creates or updates an event subscription of a partner topic - /// with the specified parameters. Existing event subscriptions will be updated - /// with this API. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// The cancellation token. - /// - public static async Task CreateOrUpdateAsync(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - public static void Delete(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName) - { - operations.DeleteAsync(resourceGroupName, partnerTopicName, eventSubscriptionName).GetAwaiter().GetResult(); - } - - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update event subscription of a partner topic. - /// - /// - /// Update event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - public static EventSubscription Update(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters) - { - return operations.UpdateAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters).GetAwaiter().GetResult(); - } - - /// - /// Update event subscription of a partner topic. - /// - /// - /// Update event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateAsync(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Get full URL of an event subscription of a partner topic. - /// - /// - /// Get the full endpoint URL for an event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - public static EventSubscriptionFullUrl GetFullUrl(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName) - { - return operations.GetFullUrlAsync(resourceGroupName, partnerTopicName, eventSubscriptionName).GetAwaiter().GetResult(); - } - - /// - /// Get full URL of an event subscription of a partner topic. - /// - /// - /// Get the full endpoint URL for an event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The cancellation token. - /// - public static async Task GetFullUrlAsync(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetFullUrlWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List event subscriptions of a partner topic. - /// - /// - /// List event subscriptions that belong to a specific partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListByPartnerTopic(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string filter = default(string), int? top = default(int?)) - { - return operations.ListByPartnerTopicAsync(resourceGroupName, partnerTopicName, filter, top).GetAwaiter().GetResult(); - } - - /// - /// List event subscriptions of a partner topic. - /// - /// - /// List event subscriptions that belong to a specific partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByPartnerTopicAsync(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByPartnerTopicWithHttpMessagesAsync(resourceGroupName, partnerTopicName, filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create or update an event subscription of a partner topic. - /// - /// - /// Asynchronously creates or updates an event subscription of a partner topic - /// with the specified parameters. Existing event subscriptions will be updated - /// with this API. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - public static EventSubscription BeginCreateOrUpdate(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo) - { - return operations.BeginCreateOrUpdateAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionInfo).GetAwaiter().GetResult(); - } - - /// - /// Create or update an event subscription of a partner topic. - /// - /// - /// Asynchronously creates or updates an event subscription of a partner topic - /// with the specified parameters. Existing event subscriptions will be updated - /// with this API. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// The cancellation token. - /// - public static async Task BeginCreateOrUpdateAsync(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - public static void BeginDelete(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName) - { - operations.BeginDeleteAsync(resourceGroupName, partnerTopicName, eventSubscriptionName).GetAwaiter().GetResult(); - } - - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// Delete an event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The cancellation token. - /// - public static async Task BeginDeleteAsync(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update event subscription of a partner topic. - /// - /// - /// Update event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - public static EventSubscription BeginUpdate(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters) - { - return operations.BeginUpdateAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters).GetAwaiter().GetResult(); - } - - /// - /// Update event subscription of a partner topic. - /// - /// - /// Update event subscription of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - /// - /// The cancellation token. - /// - public static async Task BeginUpdateAsync(this IPartnerTopicEventSubscriptionsOperations operations, string resourceGroupName, string partnerTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List event subscriptions of a partner topic. - /// - /// - /// List event subscriptions that belong to a specific partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListByPartnerTopicNext(this IPartnerTopicEventSubscriptionsOperations operations, string nextPageLink) - { - return operations.ListByPartnerTopicNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List event subscriptions of a partner topic. - /// - /// - /// List event subscriptions that belong to a specific partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByPartnerTopicNextAsync(this IPartnerTopicEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByPartnerTopicNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicsOperations.cs deleted file mode 100644 index bf86b49676d75..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicsOperations.cs +++ /dev/null @@ -1,1839 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - 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; - - /// - /// PartnerTopicsOperations operations. - /// - internal partial class PartnerTopicsOperations : IServiceOperations, IPartnerTopicsOperations - { - /// - /// Initializes a new instance of the PartnerTopicsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal PartnerTopicsOperations(EventGridManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the EventGridManagementClient - /// - public EventGridManagementClient Client { get; private set; } - - /// - /// Get a partner topic. - /// - /// - /// Get properties of a partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// 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 partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - 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.EventGrid/partnerTopics/{partnerTopicName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete a partner topic. - /// - /// - /// Delete existing partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, partnerTopicName, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Update a partner topic. - /// - /// - /// Asynchronously updates a partner topic with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Tags of the partner topic. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when unable to deserialize the response - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - PartnerTopicUpdateParameters partnerTopicUpdateParameters = new PartnerTopicUpdateParameters(); - if (tags != null) - { - partnerTopicUpdateParameters.Tags = tags; - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("partnerTopicUpdateParameters", partnerTopicUpdateParameters); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Update", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(partnerTopicUpdateParameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(partnerTopicUpdateParameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner topics under an Azure subscription. - /// - /// - /// List all the partner topics under an Azure subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - 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.EventGrid/partnerTopics").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 (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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner topics under a resource group. - /// - /// - /// List all the partner topics under a resource group. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - 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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Activate a partner topic. - /// - /// - /// Activate a newly created partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// 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> ActivateWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Activate", 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.EventGrid/partnerTopics/{partnerTopicName}/activate").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Deactivate a partner topic. - /// - /// - /// Deactivate specific partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// 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> DeactivateWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "Deactivate", 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.EventGrid/partnerTopics/{partnerTopicName}/deactivate").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete a partner topic. - /// - /// - /// Delete existing partner topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string partnerTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (partnerTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "partnerTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("partnerTopicName", partnerTopicName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{partnerTopicName}", System.Uri.EscapeDataString(partnerTopicName)); - 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner topics under an Azure subscription. - /// - /// - /// List all the partner topics under an Azure 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List partner topics under a resource group. - /// - /// - /// List all the partner topics under a resource group. - /// - /// - /// 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>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicsOperationsExtensions.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicsOperationsExtensions.cs deleted file mode 100644 index 8e5b32dc1dc53..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PartnerTopicsOperationsExtensions.cs +++ /dev/null @@ -1,513 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for PartnerTopicsOperations. - /// - public static partial class PartnerTopicsOperationsExtensions - { - /// - /// Get a partner topic. - /// - /// - /// Get properties of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - public static PartnerTopic Get(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName) - { - return operations.GetAsync(resourceGroupName, partnerTopicName).GetAwaiter().GetResult(); - } - - /// - /// Get a partner topic. - /// - /// - /// Get properties of a partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, partnerTopicName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete a partner topic. - /// - /// - /// Delete existing partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - public static void Delete(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName) - { - operations.DeleteAsync(resourceGroupName, partnerTopicName).GetAwaiter().GetResult(); - } - - /// - /// Delete a partner topic. - /// - /// - /// Delete existing partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, partnerTopicName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update a partner topic. - /// - /// - /// Asynchronously updates a partner topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Tags of the partner topic. - /// - public static PartnerTopic Update(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName, IDictionary tags = default(IDictionary)) - { - return operations.UpdateAsync(resourceGroupName, partnerTopicName, tags).GetAwaiter().GetResult(); - } - - /// - /// Update a partner topic. - /// - /// - /// Asynchronously updates a partner topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// Tags of the partner topic. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateAsync(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName, IDictionary tags = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, partnerTopicName, tags, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner topics under an Azure subscription. - /// - /// - /// List all the partner topics under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListBySubscription(this IPartnerTopicsOperations operations, string filter = default(string), int? top = default(int?)) - { - return operations.ListBySubscriptionAsync(filter, top).GetAwaiter().GetResult(); - } - - /// - /// List partner topics under an Azure subscription. - /// - /// - /// List all the partner topics under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListBySubscriptionAsync(this IPartnerTopicsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySubscriptionWithHttpMessagesAsync(filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner topics under a resource group. - /// - /// - /// List all the partner topics under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListByResourceGroup(this IPartnerTopicsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?)) - { - return operations.ListByResourceGroupAsync(resourceGroupName, filter, top).GetAwaiter().GetResult(); - } - - /// - /// List partner topics under a resource group. - /// - /// - /// List all the partner topics under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupAsync(this IPartnerTopicsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Activate a partner topic. - /// - /// - /// Activate a newly created partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - public static PartnerTopic Activate(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName) - { - return operations.ActivateAsync(resourceGroupName, partnerTopicName).GetAwaiter().GetResult(); - } - - /// - /// Activate a partner topic. - /// - /// - /// Activate a newly created partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The cancellation token. - /// - public static async Task ActivateAsync(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ActivateWithHttpMessagesAsync(resourceGroupName, partnerTopicName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Deactivate a partner topic. - /// - /// - /// Deactivate specific partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - public static PartnerTopic Deactivate(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName) - { - return operations.DeactivateAsync(resourceGroupName, partnerTopicName).GetAwaiter().GetResult(); - } - - /// - /// Deactivate a partner topic. - /// - /// - /// Deactivate specific partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The cancellation token. - /// - public static async Task DeactivateAsync(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.DeactivateWithHttpMessagesAsync(resourceGroupName, partnerTopicName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete a partner topic. - /// - /// - /// Delete existing partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - public static void BeginDelete(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName) - { - operations.BeginDeleteAsync(resourceGroupName, partnerTopicName).GetAwaiter().GetResult(); - } - - /// - /// Delete a partner topic. - /// - /// - /// Delete existing partner topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the partner topic. - /// - /// - /// The cancellation token. - /// - public static async Task BeginDeleteAsync(this IPartnerTopicsOperations operations, string resourceGroupName, string partnerTopicName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, partnerTopicName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// List partner topics under an Azure subscription. - /// - /// - /// List all the partner topics under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListBySubscriptionNext(this IPartnerTopicsOperations operations, string nextPageLink) - { - return operations.ListBySubscriptionNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List partner topics under an Azure subscription. - /// - /// - /// List all the partner topics under an Azure 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 IPartnerTopicsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySubscriptionNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List partner topics under a resource group. - /// - /// - /// List all the partner topics under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListByResourceGroupNext(this IPartnerTopicsOperations operations, string nextPageLink) - { - return operations.ListByResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List partner topics under a resource group. - /// - /// - /// List all the partner topics under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupNextAsync(this IPartnerTopicsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PrivateEndpointConnectionsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PrivateEndpointConnectionsOperations.cs index fb97cb9c871a2..9d16493c4754e 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PrivateEndpointConnectionsOperations.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PrivateEndpointConnectionsOperations.cs @@ -61,7 +61,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -136,7 +136,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{parentType}", System.Uri.EscapeDataString(parentType)); + _url = _url.Replace("{parentType}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(parentType, Client.SerializationSettings).Trim('"'))); _url = _url.Replace("{parentName}", System.Uri.EscapeDataString(parentName)); _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); List _queryParameters = new List(); @@ -280,7 +280,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -316,7 +316,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -349,7 +349,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -432,7 +432,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{parentType}", System.Uri.EscapeDataString(parentType)); + _url = _url.Replace("{parentType}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(parentType, Client.SerializationSettings).Trim('"'))); _url = _url.Replace("{parentName}", System.Uri.EscapeDataString(parentName)); List _queryParameters = new List(); if (Client.ApiVersion != null) @@ -583,7 +583,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -666,7 +666,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{parentType}", System.Uri.EscapeDataString(parentType)); + _url = _url.Replace("{parentType}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(parentType, Client.SerializationSettings).Trim('"'))); _url = _url.Replace("{parentName}", System.Uri.EscapeDataString(parentName)); _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); List _queryParameters = new List(); @@ -834,7 +834,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -906,7 +906,7 @@ internal PrivateEndpointConnectionsOperations(EventGridManagementClient client) var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateEndpointConnections/{privateEndpointConnectionName}").ToString(); _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{parentType}", System.Uri.EscapeDataString(parentType)); + _url = _url.Replace("{parentType}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(parentType, Client.SerializationSettings).Trim('"'))); _url = _url.Replace("{parentName}", System.Uri.EscapeDataString(parentName)); _url = _url.Replace("{privateEndpointConnectionName}", System.Uri.EscapeDataString(privateEndpointConnectionName)); List _queryParameters = new List(); diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs index 4de3470ab4793..106b2b0a0a5ca 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/PrivateEndpointConnectionsOperationsExtensions.cs @@ -35,7 +35,7 @@ public static partial class PrivateEndpointConnectionsOperationsExtensions /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -63,7 +63,7 @@ public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionsOper /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -97,7 +97,7 @@ public static PrivateEndpointConnection Get(this IPrivateEndpointConnectionsOper /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -128,7 +128,7 @@ public static PrivateEndpointConnection Update(this IPrivateEndpointConnectionsO /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -165,7 +165,7 @@ public static PrivateEndpointConnection Update(this IPrivateEndpointConnectionsO /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -193,7 +193,7 @@ public static void Delete(this IPrivateEndpointConnectionsOperations operations, /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -224,7 +224,7 @@ public static void Delete(this IPrivateEndpointConnectionsOperations operations, /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -263,7 +263,7 @@ public static void Delete(this IPrivateEndpointConnectionsOperations operations, /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -308,7 +308,7 @@ public static void Delete(this IPrivateEndpointConnectionsOperations operations, /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -339,7 +339,7 @@ public static PrivateEndpointConnection BeginUpdate(this IPrivateEndpointConnect /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -376,7 +376,7 @@ public static PrivateEndpointConnection BeginUpdate(this IPrivateEndpointConnect /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain @@ -404,7 +404,7 @@ public static void BeginDelete(this IPrivateEndpointConnectionsOperations operat /// /// /// The type of the parent resource. This can be either \'topics\' or - /// \'domains\'. + /// \'domains\'. Possible values include: 'topics', 'domains' /// /// /// The name of the parent resource (namely, either, the topic name or domain diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SdkInfo_EventGridManagementClient.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SdkInfo_EventGridManagementClient.cs index 2c365de6b33e6..45ab9537aa98f 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SdkInfo_EventGridManagementClient.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SdkInfo_EventGridManagementClient.cs @@ -19,32 +19,24 @@ public static IEnumerable> ApiInfo_EventGridManage { return new Tuple[] { - new Tuple("EventGrid", "DomainTopics", "2020-04-01-preview"), - new Tuple("EventGrid", "Domains", "2020-04-01-preview"), - new Tuple("EventGrid", "EventChannels", "2020-04-01-preview"), - new Tuple("EventGrid", "EventSubscriptions", "2020-04-01-preview"), - new Tuple("EventGrid", "ExtensionTopics", "2020-04-01-preview"), - new Tuple("EventGrid", "Operations", "2020-04-01-preview"), - new Tuple("EventGrid", "PartnerNamespaces", "2020-04-01-preview"), - new Tuple("EventGrid", "PartnerRegistrations", "2020-04-01-preview"), - new Tuple("EventGrid", "PartnerTopicEventSubscriptions", "2020-04-01-preview"), - new Tuple("EventGrid", "PartnerTopics", "2020-04-01-preview"), - new Tuple("EventGrid", "PrivateEndpointConnections", "2020-04-01-preview"), - new Tuple("EventGrid", "PrivateLinkResources", "2020-04-01-preview"), - new Tuple("EventGrid", "SystemTopicEventSubscriptions", "2020-04-01-preview"), - new Tuple("EventGrid", "SystemTopics", "2020-04-01-preview"), - new Tuple("EventGrid", "TopicTypes", "2020-04-01-preview"), - new Tuple("EventGrid", "Topics", "2020-04-01-preview"), + new Tuple("EventGrid", "DomainTopics", "2020-06-01"), + new Tuple("EventGrid", "Domains", "2020-06-01"), + new Tuple("EventGrid", "EventSubscriptions", "2020-06-01"), + new Tuple("EventGrid", "Operations", "2020-06-01"), + new Tuple("EventGrid", "PrivateEndpointConnections", "2020-06-01"), + new Tuple("EventGrid", "PrivateLinkResources", "2020-06-01"), + new Tuple("EventGrid", "TopicTypes", "2020-06-01"), + new Tuple("EventGrid", "Topics", "2020-06-01"), }.AsEnumerable(); } } // BEGIN: Code Generation Metadata Section public static readonly String AutoRestVersion = "v2"; public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventgrid/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\\build2020\\sdk1\\azure-sdk-for-net\\sdk"; + public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/eventgrid/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\\build2020\\net1\\azure-sdk-for-net\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "2bf9a22121443b6538e42bda724f3aa372798833"; + public static readonly String GithubCommidId = "e3e0fff3be9befda4fd2cc18ee355b88b024fac7"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicEventSubscriptionsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicEventSubscriptionsOperations.cs deleted file mode 100644 index 625831335f6c6..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicEventSubscriptionsOperations.cs +++ /dev/null @@ -1,1610 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - 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; - - /// - /// SystemTopicEventSubscriptionsOperations operations. - /// - internal partial class SystemTopicEventSubscriptionsOperations : IServiceOperations, ISystemTopicEventSubscriptionsOperations - { - /// - /// Initializes a new instance of the SystemTopicEventSubscriptionsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal SystemTopicEventSubscriptionsOperations(EventGridManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the EventGridManagementClient - /// - public EventGridManagementClient Client { get; private set; } - - /// - /// Get an event subscription of a system topic. - /// - /// - /// Get an event subscription. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// 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 systemTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - 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.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create or update an event subscription for a system topic. - /// - /// - /// Asynchronously creates or updates an event subscription with the specified - /// parameters. Existing event subscriptions will be updated with this API. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Delete an event subscription of a system topic. - /// - /// - /// Delete an event subscription of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Update event subscription of a system topic. - /// - /// - /// Update event subscription of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Get full URL of an event subscription of a system topic - /// - /// - /// Get the full endpoint URL for an event subscription of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// 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> GetFullUrlWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "GetFullUrl", 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.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List event subscriptions of a system topic. - /// - /// - /// List event subscriptions that belong to a specific system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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>> ListBySystemTopicWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListBySystemTopic", 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.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - 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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create or update an event subscription for a system topic. - /// - /// - /// Asynchronously creates or updates an event subscription with the specified - /// parameters. Existing event subscriptions will be updated with this API. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// 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 systemTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (eventSubscriptionInfo == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionInfo"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - tracingParameters.Add("eventSubscriptionInfo", eventSubscriptionInfo); - 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.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - 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(eventSubscriptionInfo != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(eventSubscriptionInfo, 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) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete an event subscription of a system topic. - /// - /// - /// Delete an event subscription of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, string eventSubscriptionName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 202 && (int)_statusCode != 204) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Update event subscription of a system topic. - /// - /// - /// Update event subscription of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - /// - /// 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 systemTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (eventSubscriptionName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionName"); - } - if (eventSubscriptionUpdateParameters == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "eventSubscriptionUpdateParameters"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - tracingParameters.Add("eventSubscriptionName", eventSubscriptionName); - tracingParameters.Add("eventSubscriptionUpdateParameters", eventSubscriptionUpdateParameters); - 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.EventGrid/systemTopics/{systemTopicName}/eventSubscriptions/{eventSubscriptionName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - _url = _url.Replace("{eventSubscriptionName}", System.Uri.EscapeDataString(eventSubscriptionName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(eventSubscriptionUpdateParameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(eventSubscriptionUpdateParameters, 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) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List event subscriptions of a system topic. - /// - /// - /// List event subscriptions that belong to a specific system topic. - /// - /// - /// 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>> ListBySystemTopicNextWithHttpMessagesAsync(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, "ListBySystemTopicNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicEventSubscriptionsOperationsExtensions.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicEventSubscriptionsOperationsExtensions.cs deleted file mode 100644 index 27721055b6dac..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicEventSubscriptionsOperationsExtensions.cs +++ /dev/null @@ -1,613 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for SystemTopicEventSubscriptionsOperations. - /// - public static partial class SystemTopicEventSubscriptionsOperationsExtensions - { - /// - /// Get an event subscription of a system topic. - /// - /// - /// Get an event subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - public static EventSubscription Get(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName) - { - return operations.GetAsync(resourceGroupName, systemTopicName, eventSubscriptionName).GetAwaiter().GetResult(); - } - - /// - /// Get an event subscription of a system topic. - /// - /// - /// Get an event subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create or update an event subscription for a system topic. - /// - /// - /// Asynchronously creates or updates an event subscription with the specified - /// parameters. Existing event subscriptions will be updated with this API. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - public static EventSubscription CreateOrUpdate(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo) - { - return operations.CreateOrUpdateAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo).GetAwaiter().GetResult(); - } - - /// - /// Create or update an event subscription for a system topic. - /// - /// - /// Asynchronously creates or updates an event subscription with the specified - /// parameters. Existing event subscriptions will be updated with this API. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// The cancellation token. - /// - public static async Task CreateOrUpdateAsync(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete an event subscription of a system topic. - /// - /// - /// Delete an event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - public static void Delete(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName) - { - operations.DeleteAsync(resourceGroupName, systemTopicName, eventSubscriptionName).GetAwaiter().GetResult(); - } - - /// - /// Delete an event subscription of a system topic. - /// - /// - /// Delete an event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update event subscription of a system topic. - /// - /// - /// Update event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - public static EventSubscription Update(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters) - { - return operations.UpdateAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters).GetAwaiter().GetResult(); - } - - /// - /// Update event subscription of a system topic. - /// - /// - /// Update event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateAsync(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Get full URL of an event subscription of a system topic - /// - /// - /// Get the full endpoint URL for an event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - public static EventSubscriptionFullUrl GetFullUrl(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName) - { - return operations.GetFullUrlAsync(resourceGroupName, systemTopicName, eventSubscriptionName).GetAwaiter().GetResult(); - } - - /// - /// Get full URL of an event subscription of a system topic - /// - /// - /// Get the full endpoint URL for an event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The cancellation token. - /// - public static async Task GetFullUrlAsync(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetFullUrlWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List event subscriptions of a system topic. - /// - /// - /// List event subscriptions that belong to a specific system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListBySystemTopic(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string filter = default(string), int? top = default(int?)) - { - return operations.ListBySystemTopicAsync(resourceGroupName, systemTopicName, filter, top).GetAwaiter().GetResult(); - } - - /// - /// List event subscriptions of a system topic. - /// - /// - /// List event subscriptions that belong to a specific system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListBySystemTopicAsync(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySystemTopicWithHttpMessagesAsync(resourceGroupName, systemTopicName, filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create or update an event subscription for a system topic. - /// - /// - /// Asynchronously creates or updates an event subscription with the specified - /// parameters. Existing event subscriptions will be updated with this API. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - public static EventSubscription BeginCreateOrUpdate(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo) - { - return operations.BeginCreateOrUpdateAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo).GetAwaiter().GetResult(); - } - - /// - /// Create or update an event subscription for a system topic. - /// - /// - /// Asynchronously creates or updates an event subscription with the specified - /// parameters. Existing event subscriptions will be updated with this API. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Event subscription properties containing the destination and filter - /// information. - /// - /// - /// The cancellation token. - /// - public static async Task BeginCreateOrUpdateAsync(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscription eventSubscriptionInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete an event subscription of a system topic. - /// - /// - /// Delete an event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - public static void BeginDelete(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName) - { - operations.BeginDeleteAsync(resourceGroupName, systemTopicName, eventSubscriptionName).GetAwaiter().GetResult(); - } - - /// - /// Delete an event subscription of a system topic. - /// - /// - /// Delete an event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// The cancellation token. - /// - public static async Task BeginDeleteAsync(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update event subscription of a system topic. - /// - /// - /// Update event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - public static EventSubscription BeginUpdate(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters) - { - return operations.BeginUpdateAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters).GetAwaiter().GetResult(); - } - - /// - /// Update event subscription of a system topic. - /// - /// - /// Update event subscription of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Name of the event subscription to be created. Event subscription names must - /// be between 3 and 100 characters in length and use alphanumeric letters - /// only. - /// - /// - /// Updated event subscription information. - /// - /// - /// The cancellation token. - /// - public static async Task BeginUpdateAsync(this ISystemTopicEventSubscriptionsOperations operations, string resourceGroupName, string systemTopicName, string eventSubscriptionName, EventSubscriptionUpdateParameters eventSubscriptionUpdateParameters, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List event subscriptions of a system topic. - /// - /// - /// List event subscriptions that belong to a specific system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListBySystemTopicNext(this ISystemTopicEventSubscriptionsOperations operations, string nextPageLink) - { - return operations.ListBySystemTopicNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List event subscriptions of a system topic. - /// - /// - /// List event subscriptions that belong to a specific system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListBySystemTopicNextAsync(this ISystemTopicEventSubscriptionsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySystemTopicNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicsOperations.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicsOperations.cs deleted file mode 100644 index 8bb635fef2ccc..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicsOperations.cs +++ /dev/null @@ -1,1750 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - 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; - - /// - /// SystemTopicsOperations operations. - /// - internal partial class SystemTopicsOperations : IServiceOperations, ISystemTopicsOperations - { - /// - /// Initializes a new instance of the SystemTopicsOperations class. - /// - /// - /// Reference to the service client. - /// - /// - /// Thrown when a required parameter is null - /// - internal SystemTopicsOperations(EventGridManagementClient client) - { - if (client == null) - { - throw new System.ArgumentNullException("client"); - } - Client = client; - } - - /// - /// Gets a reference to the EventGridManagementClient - /// - public EventGridManagementClient Client { get; private set; } - - /// - /// Get a system topic. - /// - /// - /// Get properties of a system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// 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 systemTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - 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.EventGrid/systemTopics/{systemTopicName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create a system topic. - /// - /// - /// Asynchronously creates a new system topic with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// System Topic information. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, SystemTopic systemTopicInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, systemTopicInfo, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Delete a system topic. - /// - /// - /// Delete existing system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, systemTopicName, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// Update a system topic. - /// - /// - /// Asynchronously updates a system topic with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Tags of the system topic. - /// - /// - /// The headers that will be added to request. - /// - /// - /// The cancellation token. - /// - public async Task> UpdateWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - // Send Request - AzureOperationResponse _response = await BeginUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, tags, customHeaders, cancellationToken).ConfigureAwait(false); - return await Client.GetPutOrPatchOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); - } - - /// - /// List system topics under an Azure subscription. - /// - /// - /// List all the system topics under an Azure subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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(string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - 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.EventGrid/systemTopics").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 (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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List system topics under a resource group. - /// - /// - /// List all the system topics under a resource group. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// 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>> ListByResourceGroupWithHttpMessagesAsync(string resourceGroupName, string filter = default(string), int? top = default(int?), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("filter", filter); - tracingParameters.Add("top", top); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroup", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - 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 (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Create a system topic. - /// - /// - /// Asynchronously creates a new system topic with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// System Topic information. - /// - /// - /// 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 systemTopicName, SystemTopic systemTopicInfo, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (systemTopicInfo == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicInfo"); - } - if (systemTopicInfo != null) - { - systemTopicInfo.Validate(); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - tracingParameters.Add("systemTopicInfo", systemTopicInfo); - 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.EventGrid/systemTopics/{systemTopicName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - 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(systemTopicInfo != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(systemTopicInfo, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Delete a system topic. - /// - /// - /// Delete existing system topic. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Headers that will be added to request. - /// - /// - /// The cancellation token. - /// - /// - /// Thrown when the operation returned an invalid status code - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// Thrown when a required parameter is null - /// - /// - /// A response object containing the response body and response headers. - /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string systemTopicName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); - } - // Construct URL - var _baseUrl = Client.BaseUri.AbsoluteUri; - var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/systemTopics/{systemTopicName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("DELETE"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 202 && (int)_statusCode != 204) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// Update a system topic. - /// - /// - /// Asynchronously updates a system topic with the specified parameters. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Tags of the system topic. - /// - /// - /// 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 systemTopicName, IDictionary tags = default(IDictionary), Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (Client.SubscriptionId == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.SubscriptionId"); - } - if (resourceGroupName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "resourceGroupName"); - } - if (systemTopicName == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "systemTopicName"); - } - if (Client.ApiVersion == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); - } - SystemTopicUpdateParameters systemTopicUpdateParameters = new SystemTopicUpdateParameters(); - if (tags != null) - { - systemTopicUpdateParameters.Tags = tags; - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("resourceGroupName", resourceGroupName); - tracingParameters.Add("systemTopicName", systemTopicName); - tracingParameters.Add("systemTopicUpdateParameters", systemTopicUpdateParameters); - 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.EventGrid/systemTopics/{systemTopicName}").ToString(); - _url = _url.Replace("{subscriptionId}", System.Uri.EscapeDataString(Client.SubscriptionId)); - _url = _url.Replace("{resourceGroupName}", System.Uri.EscapeDataString(resourceGroupName)); - _url = _url.Replace("{systemTopicName}", System.Uri.EscapeDataString(systemTopicName)); - List _queryParameters = new List(); - if (Client.ApiVersion != null) - { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); - } - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("PATCH"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - if(systemTopicUpdateParameters != null) - { - _requestContent = Rest.Serialization.SafeJsonConvert.SerializeObject(systemTopicUpdateParameters, Client.SerializationSettings); - _httpRequest.Content = new StringContent(_requestContent, System.Text.Encoding.UTF8); - _httpRequest.Content.Headers.ContentType =System.Net.Http.Headers.MediaTypeHeaderValue.Parse("application/json; charset=utf-8"); - } - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200 && (int)_statusCode != 201) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - // Deserialize Response - if ((int)_statusCode == 201) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List system topics under an Azure subscription. - /// - /// - /// List all the system topics under an Azure 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 CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - /// - /// List system topics under a resource group. - /// - /// - /// List all the system topics under a resource group. - /// - /// - /// 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>> ListByResourceGroupNextWithHttpMessagesAsync(string nextPageLink, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) - { - if (nextPageLink == null) - { - throw new ValidationException(ValidationRules.CannotBeNull, "nextPageLink"); - } - // Tracing - bool _shouldTrace = ServiceClientTracing.IsEnabled; - string _invocationId = null; - if (_shouldTrace) - { - _invocationId = ServiceClientTracing.NextInvocationId.ToString(); - Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("nextPageLink", nextPageLink); - tracingParameters.Add("cancellationToken", cancellationToken); - ServiceClientTracing.Enter(_invocationId, this, "ListByResourceGroupNext", tracingParameters); - } - // Construct URL - string _url = "{nextLink}"; - _url = _url.Replace("{nextLink}", nextPageLink); - List _queryParameters = new List(); - if (_queryParameters.Count > 0) - { - _url += (_url.Contains("?") ? "&" : "?") + string.Join("&", _queryParameters); - } - // Create HTTP transport objects - var _httpRequest = new HttpRequestMessage(); - HttpResponseMessage _httpResponse = null; - _httpRequest.Method = new HttpMethod("GET"); - _httpRequest.RequestUri = new System.Uri(_url); - // Set Headers - if (Client.GenerateClientRequestId != null && Client.GenerateClientRequestId.Value) - { - _httpRequest.Headers.TryAddWithoutValidation("x-ms-client-request-id", System.Guid.NewGuid().ToString()); - } - if (Client.AcceptLanguage != null) - { - if (_httpRequest.Headers.Contains("accept-language")) - { - _httpRequest.Headers.Remove("accept-language"); - } - _httpRequest.Headers.TryAddWithoutValidation("accept-language", Client.AcceptLanguage); - } - - - if (customHeaders != null) - { - foreach(var _header in customHeaders) - { - if (_httpRequest.Headers.Contains(_header.Key)) - { - _httpRequest.Headers.Remove(_header.Key); - } - _httpRequest.Headers.TryAddWithoutValidation(_header.Key, _header.Value); - } - } - - // Serialize Request - string _requestContent = null; - // Set Credentials - if (Client.Credentials != null) - { - cancellationToken.ThrowIfCancellationRequested(); - await Client.Credentials.ProcessHttpRequestAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - } - // Send Request - if (_shouldTrace) - { - ServiceClientTracing.SendRequest(_invocationId, _httpRequest); - } - cancellationToken.ThrowIfCancellationRequested(); - _httpResponse = await Client.HttpClient.SendAsync(_httpRequest, cancellationToken).ConfigureAwait(false); - if (_shouldTrace) - { - ServiceClientTracing.ReceiveResponse(_invocationId, _httpResponse); - } - HttpStatusCode _statusCode = _httpResponse.StatusCode; - cancellationToken.ThrowIfCancellationRequested(); - string _responseContent = null; - if ((int)_statusCode != 200) - { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); - try - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); - if (_errorBody != null) - { - ex = new CloudException(_errorBody.Message); - ex.Body = _errorBody; - } - } - catch (JsonException) - { - // Ignore the exception - } - ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); - ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - if (_shouldTrace) - { - ServiceClientTracing.Error(_invocationId, ex); - } - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw ex; - } - // Create Result - var _result = new AzureOperationResponse>(); - _result.Request = _httpRequest; - _result.Response = _httpResponse; - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - _result.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } - // Deserialize Response - if ((int)_statusCode == 200) - { - _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - try - { - _result.Body = Rest.Serialization.SafeJsonConvert.DeserializeObject>(_responseContent, Client.DeserializationSettings); - } - catch (JsonException ex) - { - _httpRequest.Dispose(); - if (_httpResponse != null) - { - _httpResponse.Dispose(); - } - throw new SerializationException("Unable to deserialize the response.", _responseContent, ex); - } - } - if (_shouldTrace) - { - ServiceClientTracing.Exit(_invocationId, _result); - } - return _result; - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicsOperationsExtensions.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicsOperationsExtensions.cs deleted file mode 100644 index de92555998d01..0000000000000 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Generated/SystemTopicsOperationsExtensions.cs +++ /dev/null @@ -1,577 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.EventGrid -{ - using Microsoft.Rest; - using Microsoft.Rest.Azure; - using Models; - using System.Collections; - using System.Collections.Generic; - using System.Threading; - using System.Threading.Tasks; - - /// - /// Extension methods for SystemTopicsOperations. - /// - public static partial class SystemTopicsOperationsExtensions - { - /// - /// Get a system topic. - /// - /// - /// Get properties of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - public static SystemTopic Get(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName) - { - return operations.GetAsync(resourceGroupName, systemTopicName).GetAwaiter().GetResult(); - } - - /// - /// Get a system topic. - /// - /// - /// Get properties of a system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// The cancellation token. - /// - public static async Task GetAsync(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, systemTopicName, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create a system topic. - /// - /// - /// Asynchronously creates a new system topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// System Topic information. - /// - public static SystemTopic CreateOrUpdate(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, SystemTopic systemTopicInfo) - { - return operations.CreateOrUpdateAsync(resourceGroupName, systemTopicName, systemTopicInfo).GetAwaiter().GetResult(); - } - - /// - /// Create a system topic. - /// - /// - /// Asynchronously creates a new system topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// System Topic information. - /// - /// - /// The cancellation token. - /// - public static async Task CreateOrUpdateAsync(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, SystemTopic systemTopicInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, systemTopicInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete a system topic. - /// - /// - /// Delete existing system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - public static void Delete(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName) - { - operations.DeleteAsync(resourceGroupName, systemTopicName).GetAwaiter().GetResult(); - } - - /// - /// Delete a system topic. - /// - /// - /// Delete existing system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// The cancellation token. - /// - public static async Task DeleteAsync(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, systemTopicName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update a system topic. - /// - /// - /// Asynchronously updates a system topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Tags of the system topic. - /// - public static SystemTopic Update(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, IDictionary tags = default(IDictionary)) - { - return operations.UpdateAsync(resourceGroupName, systemTopicName, tags).GetAwaiter().GetResult(); - } - - /// - /// Update a system topic. - /// - /// - /// Asynchronously updates a system topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Tags of the system topic. - /// - /// - /// The cancellation token. - /// - public static async Task UpdateAsync(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, IDictionary tags = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.UpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, tags, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List system topics under an Azure subscription. - /// - /// - /// List all the system topics under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListBySubscription(this ISystemTopicsOperations operations, string filter = default(string), int? top = default(int?)) - { - return operations.ListBySubscriptionAsync(filter, top).GetAwaiter().GetResult(); - } - - /// - /// List system topics under an Azure subscription. - /// - /// - /// List all the system topics under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListBySubscriptionAsync(this ISystemTopicsOperations operations, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySubscriptionWithHttpMessagesAsync(filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List system topics under a resource group. - /// - /// - /// List all the system topics under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - public static IPage ListByResourceGroup(this ISystemTopicsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?)) - { - return operations.ListByResourceGroupAsync(resourceGroupName, filter, top).GetAwaiter().GetResult(); - } - - /// - /// List system topics under a resource group. - /// - /// - /// List all the system topics under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// The query used to filter the search results using OData syntax. Filtering - /// is permitted on the 'name' property only and with limited number of OData - /// operations. These operations are: the 'contains' function as well as the - /// following logical operations: not, and, or, eq (for equal), and ne (for not - /// equal). No arithmetic operations are supported. The following is a valid - /// filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. - /// The following is not a valid filter example: $filter=location eq 'westus'. - /// - /// - /// The number of results to return per page for the list operation. Valid - /// range for top parameter is 1 to 100. If not specified, the default number - /// of results to be returned is 20 items per page. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupAsync(this ISystemTopicsOperations operations, string resourceGroupName, string filter = default(string), int? top = default(int?), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupWithHttpMessagesAsync(resourceGroupName, filter, top, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Create a system topic. - /// - /// - /// Asynchronously creates a new system topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// System Topic information. - /// - public static SystemTopic BeginCreateOrUpdate(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, SystemTopic systemTopicInfo) - { - return operations.BeginCreateOrUpdateAsync(resourceGroupName, systemTopicName, systemTopicInfo).GetAwaiter().GetResult(); - } - - /// - /// Create a system topic. - /// - /// - /// Asynchronously creates a new system topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// System Topic information. - /// - /// - /// The cancellation token. - /// - public static async Task BeginCreateOrUpdateAsync(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, SystemTopic systemTopicInfo, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginCreateOrUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, systemTopicInfo, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// Delete a system topic. - /// - /// - /// Delete existing system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - public static void BeginDelete(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName) - { - operations.BeginDeleteAsync(resourceGroupName, systemTopicName).GetAwaiter().GetResult(); - } - - /// - /// Delete a system topic. - /// - /// - /// Delete existing system topic. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// The cancellation token. - /// - public static async Task BeginDeleteAsync(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, CancellationToken cancellationToken = default(CancellationToken)) - { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, systemTopicName, null, cancellationToken).ConfigureAwait(false)).Dispose(); - } - - /// - /// Update a system topic. - /// - /// - /// Asynchronously updates a system topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Tags of the system topic. - /// - public static SystemTopic BeginUpdate(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, IDictionary tags = default(IDictionary)) - { - return operations.BeginUpdateAsync(resourceGroupName, systemTopicName, tags).GetAwaiter().GetResult(); - } - - /// - /// Update a system topic. - /// - /// - /// Asynchronously updates a system topic with the specified parameters. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The name of the resource group within the user's subscription. - /// - /// - /// Name of the system topic. - /// - /// - /// Tags of the system topic. - /// - /// - /// The cancellation token. - /// - public static async Task BeginUpdateAsync(this ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, IDictionary tags = default(IDictionary), CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.BeginUpdateWithHttpMessagesAsync(resourceGroupName, systemTopicName, tags, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List system topics under an Azure subscription. - /// - /// - /// List all the system topics under an Azure subscription. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListBySubscriptionNext(this ISystemTopicsOperations operations, string nextPageLink) - { - return operations.ListBySubscriptionNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List system topics under an Azure subscription. - /// - /// - /// List all the system topics under an Azure 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 ISystemTopicsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListBySubscriptionNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - /// - /// List system topics under a resource group. - /// - /// - /// List all the system topics under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - public static IPage ListByResourceGroupNext(this ISystemTopicsOperations operations, string nextPageLink) - { - return operations.ListByResourceGroupNextAsync(nextPageLink).GetAwaiter().GetResult(); - } - - /// - /// List system topics under a resource group. - /// - /// - /// List all the system topics under a resource group. - /// - /// - /// The operations group for this extension method. - /// - /// - /// The NextLink from the previous successful call to List operation. - /// - /// - /// The cancellation token. - /// - public static async Task> ListByResourceGroupNextAsync(this ISystemTopicsOperations operations, string nextPageLink, CancellationToken cancellationToken = default(CancellationToken)) - { - using (var _result = await operations.ListByResourceGroupNextWithHttpMessagesAsync(nextPageLink, null, cancellationToken).ConfigureAwait(false)) - { - return _result.Body; - } - } - - } -} diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Microsoft.Azure.Management.EventGrid.csproj b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Microsoft.Azure.Management.EventGrid.csproj index 2063bcdc45e89..005379c4a13f0 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Microsoft.Azure.Management.EventGrid.csproj +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Microsoft.Azure.Management.EventGrid.csproj @@ -6,10 +6,14 @@ Microsoft.Azure.Management.EventGrid Provides developers with a library to create and manage all Azure EventGrid resources. - 5.3.2-preview + 6.0.0 Microsoft.Azure.Management.EventGrid Microsoft Azure EventGrid Management;Event Grid;Event Grid management; - This release corresponds to the 2020-04-01-Preview API version which includes the following new functionalities: Support for IP Filtering when publishing events to Domains and Topics, Partner Topics, System Topics, SKU, MSI and private link support. + This release (version 6.0.0) corresponds to 2020-06-01 API version which includes the following new functionalities: Event delivery schema, Input mapping, Custom input schema event delivery schema, Cloud event V10 schema, Service bus topic as destination, Azure function as destination, Webhook batching, Secure webhook (AAD support), ImmutableId support, IpFiltering, and Private Link. +Please note that release version 5.3.2-preview still corresponds to latest preview API version 2020-04-01-preview and it includes all the GA'ed features in version 6.0.0 as well additional features that are still in preview. These preview features include: Partner topic, Tracked system topic, Sku, and MSI support. + +For a complete list of changes for all various release versions, please refer to: https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/CHANGELOG.md + $(SdkTargetFx) diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Properties/AssemblyInfo.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Properties/AssemblyInfo.cs index a8734a98bfd5a..f25b216775c4e 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Properties/AssemblyInfo.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Properties/AssemblyInfo.cs @@ -7,8 +7,8 @@ [assembly: AssemblyTitle("Microsoft Azure EventGrid Management Library")] [assembly: AssemblyDescription("Provides developers with a library to create and manage all Azure EventGrid resources.")] -[assembly: AssemblyVersion("5.0.0.0")] -[assembly: AssemblyFileVersion("5.3.2.0")] +[assembly: AssemblyVersion("6.0.0.0")] +[assembly: AssemblyFileVersion("6.0.0.0")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/DomainCreateGetUpdateDelete.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/DomainCreateGetUpdateDelete.json index 44c90438a68a5..7779120639ab8 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/DomainCreateGetUpdateDelete.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/DomainCreateGetUpdateDelete.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c938d41a-8bf5-44e0-a289-af25531e921e" + "dac36e12-fbd5-4c08-acd7-ab091fa6cb5d" ], "accept-language": [ "en-US" @@ -24,7 +24,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:04 GMT" + "Sat, 06 Jun 2020 01:52:16 GMT" ], "Pragma": [ "no-cache" @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "75ffef58-56d5-4fc1-bd4f-4e78ebcd42d9" + "0f0ddf26-679d-45e1-9833-d9ff3862bce8" ], "x-ms-correlation-request-id": [ - "75ffef58-56d5-4fc1-bd4f-4e78ebcd42d9" + "0f0ddf26-679d-45e1-9833-d9ff3862bce8" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111804Z:75ffef58-56d5-4fc1-bd4f-4e78ebcd42d9" + "WESTUS:20200606T015216Z:0f0ddf26-679d-45e1-9833-d9ff3862bce8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "40178" + "40984" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7679\",\r\n \"name\": \"sdk-EventGrid-RG-7679\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2336\",\r\n \"name\": \"sdk-EventGrid-RG-2336\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9588\",\r\n \"name\": \"sdk-EventGrid-RG-9588\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035\",\r\n \"name\": \"sdk-EventGrid-RG-8035\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772\",\r\n \"name\": \"sdk-EventGrid-RG-3772\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717\",\r\n \"name\": \"sdk-EventGrid-RG-5717\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1685\",\r\n \"name\": \"sdk-EventGrid-RG-1685\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4800\",\r\n \"name\": \"sdk-EventGrid-RG-4800\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrgstorage\",\r\n \"name\": \"testrgstorage\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-6869?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-4326?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "73d2996f-b299-449e-9311-ed73de7655c6" + "c3bab570-74f2-49b0-90a5-836318c2be25" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:05 GMT" + "Sat, 06 Jun 2020 01:52:16 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "445aa9d1-64c8-4841-b1ff-3eb53af53ca8" + "e2f83be2-a774-48e2-bb61-afd875412aba" ], "x-ms-correlation-request-id": [ - "445aa9d1-64c8-4841-b1ff-3eb53af53ca8" + "e2f83be2-a774-48e2-bb61-afd875412aba" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111805Z:445aa9d1-64c8-4841-b1ff-3eb53af53ca8" + "WESTUS:20200606T015216Z:e2f83be2-a774-48e2-bb61-afd875412aba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869\",\r\n \"name\": \"sdk-EventGrid-RG-6869\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326\",\r\n \"name\": \"sdk-EventGrid-RG-4326\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"inputSchemaMappingType\": \"Json\",\r\n \"properties\": {\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n }\r\n }\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "760d2600-1d3d-4059-838d-26df0ae5085b" + "24e32885-a270-4b91-80b6-b02e278c4db2" ], "accept-language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:08 GMT" + "Sat, 06 Jun 2020 01:52:19 GMT" ], "Pragma": [ "no-cache" @@ -171,25 +171,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/6BAF555E-95DB-4DC6-908B-4DC799C727BC?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/37ABB2B8-9D86-44B1-81F4-7AB86F396E54?api-version=2020-06-01" ], "x-ms-request-id": [ - "1bfc4164-d5e7-47cf-8bc0-873ac6fbcc57" + "4a4ac3d0-5c9e-4810-98eb-8b2dde563de9" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "bca81a9a-5a15-4a78-8c62-54d68ea2258c" + "622a0262-2d37-4356-88a4-72649ed18a56" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111809Z:bca81a9a-5a15-4a78-8c62-54d68ea2258c" + "WESTUS:20200606T015219Z:622a0262-2d37-4356-88a4-72649ed18a56" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "599" + "597" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,17 +198,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"inputSchemaMappingType\": \"Json\",\r\n \"properties\": {\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n }\r\n }\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "7df2d00e-95b1-45d3-a68a-1b3b14d8172e" + "010fabaf-4317-4a1e-959c-1e019db5c7f3" ], "accept-language": [ "en-US" @@ -217,7 +217,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -231,7 +231,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:27 GMT" + "Sat, 06 Jun 2020 01:52:38 GMT" ], "Pragma": [ "no-cache" @@ -246,25 +246,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C9F7EEEA-076C-4D91-8340-A7B3185FDCD6?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/612C017C-C107-450B-AC5A-A0B76D230376?api-version=2020-06-01" ], "x-ms-request-id": [ - "ccab8d6e-a4d9-40db-bd70-92b33a078ba0" + "7b981789-e9a3-4c72-aac1-b81f21dded7b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "de063da2-01e8-4167-ab32-782f21949cc0" + "e0743f4b-9016-4cd2-bdcd-7332e5988918" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111827Z:de063da2-01e8-4167-ab32-782f21949cc0" + "WESTUS:20200606T015238Z:e0743f4b-9016-4cd2-bdcd-7332e5988918" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "599" + "597" ], "Content-Type": [ "application/json; charset=utf-8" @@ -273,17 +273,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"inputSchemaMappingType\": \"Json\",\r\n \"properties\": {\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n }\r\n }\r\n },\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3f464101-dd98-4fe2-b7fe-a498d5316c45" + "3abae166-b7a1-44c5-a33e-59fc3a7b3355" ], "accept-language": [ "en-US" @@ -292,7 +292,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -306,7 +306,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:50 GMT" + "Sat, 06 Jun 2020 01:52:59 GMT" ], "Pragma": [ "no-cache" @@ -321,25 +321,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/D3D0FCF7-1254-4696-8B93-BA10D33EFDBB?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/84895A1E-07C5-4E18-82CB-D607C172CD15?api-version=2020-06-01" ], "x-ms-request-id": [ - "6c5f8474-a0d7-41e8-b928-583ba4feb483" + "69dfcbb9-ac6c-4b57-a49d-f65798954d78" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "70e92b13-b6e6-4974-b7db-e8abf6a28aaa" + "6e665883-7dc8-45b0-9d17-e5af9e878f97" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111850Z:70e92b13-b6e6-4974-b7db-e8abf6a28aaa" + "WESTUS:20200606T015300Z:6e665883-7dc8-45b0-9d17-e5af9e878f97" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "736" + "734" ], "Content-Type": [ "application/json; charset=utf-8" @@ -348,12 +348,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/6BAF555E-95DB-4DC6-908B-4DC799C727BC?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNkJBRjU1NUUtOTVEQi00REM2LTkwOEItNERDNzk5QzcyN0JDP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/37ABB2B8-9D86-44B1-81F4-7AB86F396E54?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMzdBQkIyQjgtOUQ4Ni00NEIxLTgxRjQtN0FCODZGMzk2RTU0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -361,7 +361,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -369,7 +369,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:18 GMT" + "Sat, 06 Jun 2020 01:52:29 GMT" ], "Pragma": [ "no-cache" @@ -381,22 +381,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "964ab60a-43ce-4577-9d73-69185707a99b" + "f0a62f06-9ccf-4bed-9856-832e4eee5ffc" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11994" ], "x-ms-correlation-request-id": [ - "bba6fb90-3774-434b-a223-0798c76b8111" + "6a4d7c3b-a5d4-4c17-8777-a9413852a1c8" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111819Z:bba6fb90-3774-434b-a223-0798c76b8111" + "WESTUS:20200606T015229Z:6a4d7c3b-a5d4-4c17-8777-a9413852a1c8" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -405,12 +405,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/6BAF555E-95DB-4DC6-908B-4DC799C727BC?api-version=2020-04-01-preview\",\r\n \"name\": \"6baf555e-95db-4dc6-908b-4dc799c727bc\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/37ABB2B8-9D86-44B1-81F4-7AB86F396E54?api-version=2020-06-01\",\r\n \"name\": \"37abb2b8-9d86-44b1-81f4-7ab86f396e54\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -418,7 +418,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -426,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:18 GMT" + "Sat, 06 Jun 2020 01:52:29 GMT" ], "Pragma": [ "no-cache" @@ -438,22 +438,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b426152f-6eb2-4c24-9190-76307385f8a5" + "e6a3229d-bd73-4c43-bb50-636278613297" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11993" ], "x-ms-correlation-request-id": [ - "4b34d0b6-bac4-47fd-9606-b33822bbc0e1" + "2ac67d3c-4ce9-4c75-97c0-c474dbed872a" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111819Z:4b34d0b6-bac4-47fd-9606-b33822bbc0e1" + "WESTUS:20200606T015229Z:2ac67d3c-4ce9-4c75-97c0-c474dbed872a" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "781" + "755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -462,17 +462,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8657de79-de4d-4b0c-bedc-c954a5d44758" + "83bd03f5-624a-4b30-8343-0045aa182162" ], "accept-language": [ "en-US" @@ -481,7 +481,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -489,7 +489,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:24 GMT" + "Sat, 06 Jun 2020 01:52:34 GMT" ], "Pragma": [ "no-cache" @@ -501,22 +501,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5732ebbf-38ff-4159-b21e-302061f74ff7" + "6c68a636-4d3e-4ba6-8c44-ee87d13af36f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11992" ], "x-ms-correlation-request-id": [ - "8f9d9408-dc0a-4bea-a1f9-ca4795d16491" + "e6159a35-23e5-49f2-a716-a278a0ba742a" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111824Z:8f9d9408-dc0a-4bea-a1f9-ca4795d16491" + "WESTUS:20200606T015235Z:e6159a35-23e5-49f2-a716-a278a0ba742a" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "781" + "755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -525,17 +525,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5310a63c-3e4c-4dc2-9b1e-f714184a433b" + "f3ede1f9-ba21-4fb2-a5d4-330ae3bbef83" ], "accept-language": [ "en-US" @@ -544,7 +544,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -552,7 +552,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:24 GMT" + "Sat, 06 Jun 2020 01:52:34 GMT" ], "Pragma": [ "no-cache" @@ -564,22 +564,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "09b6705c-c1e4-47d2-b2ba-0ce91fee4e55" + "66c71306-33ea-45ff-9a0d-954cd9e93198" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11991" ], "x-ms-correlation-request-id": [ - "168f9d63-8e46-4dbd-8143-e1887b5f80dc" + "51115e16-2177-4fde-b36b-32cbb70e1b93" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111824Z:168f9d63-8e46-4dbd-8143-e1887b5f80dc" + "WESTUS:20200606T015235Z:51115e16-2177-4fde-b36b-32cbb70e1b93" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "781" + "755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -588,12 +588,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -601,7 +601,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -609,7 +609,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:37 GMT" + "Sat, 06 Jun 2020 01:52:48 GMT" ], "Pragma": [ "no-cache" @@ -621,22 +621,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aac32eca-0510-442e-b84f-4afc80836be8" + "18d922ba-cb16-4473-9f26-e78a01d890bd" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11986" ], "x-ms-correlation-request-id": [ - "d058cf83-2b92-4da7-a081-dd6ce1010c6f" + "78edd382-3705-43a2-ad9e-7692cc601b99" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111838Z:d058cf83-2b92-4da7-a081-dd6ce1010c6f" + "WESTUS:20200606T015248Z:78edd382-3705-43a2-ad9e-7692cc601b99" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "781" + "755" ], "Content-Type": [ "application/json; charset=utf-8" @@ -645,12 +645,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -658,7 +658,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -666,7 +666,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:48 GMT" + "Sat, 06 Jun 2020 01:52:59 GMT" ], "Pragma": [ "no-cache" @@ -678,22 +678,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d18a1f3a-861f-40ee-9b2b-ef8418f96f1e" + "22de274b-3a7e-4599-872e-9f7dfdc84472" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11984" ], "x-ms-correlation-request-id": [ - "6eb5c257-7842-4efb-aa0c-887990ea6757" + "aa0f02d8-55c4-40dc-97d2-828c430355a0" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111849Z:6eb5c257-7842-4efb-aa0c-887990ea6757" + "WESTUS:20200606T015300Z:aa0f02d8-55c4-40dc-97d2-828c430355a0" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "777" + "751" ], "Content-Type": [ "application/json; charset=utf-8" @@ -702,12 +702,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -715,7 +715,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -723,7 +723,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:19:00 GMT" + "Sat, 06 Jun 2020 01:53:09 GMT" ], "Pragma": [ "no-cache" @@ -735,22 +735,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "61b16227-97e4-42b5-a9eb-264974c5ff27" + "a19f8e4e-3787-4681-8fc2-bb9823a4f3ae" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11982" ], "x-ms-correlation-request-id": [ - "059ff1ad-4ced-47c2-9147-9c9407288724" + "48177de8-4ff7-46bc-91d6-063453ae7e3f" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111901Z:059ff1ad-4ced-47c2-9147-9c9407288724" + "WESTUS:20200606T015310Z:48177de8-4ff7-46bc-91d6-063453ae7e3f" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "886" + "860" ], "Content-Type": [ "application/json; charset=utf-8" @@ -759,17 +759,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2fde0628-344f-49b8-be21-f17485b909c3" + "a99acf5d-b343-498e-840c-a6fb8148a3f2" ], "accept-language": [ "en-US" @@ -778,7 +778,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -786,7 +786,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:24 GMT" + "Sat, 06 Jun 2020 01:52:34 GMT" ], "Pragma": [ "no-cache" @@ -798,22 +798,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49dccabb-f339-49ff-9ede-378aac8a3ba1" + "5ef6de69-41a6-4c70-9eb4-974aac084bab" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11990" ], "x-ms-correlation-request-id": [ - "128c7c65-1d95-4746-b1a1-9f4990bcbe6e" + "2972adc4-7eb1-4d90-8c7f-7fd9da97f371" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111824Z:128c7c65-1d95-4746-b1a1-9f4990bcbe6e" + "WESTUS:20200606T015235Z:2972adc4-7eb1-4d90-8c7f-7fd9da97f371" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "793" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -822,17 +822,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains?api-version=2020-04-01-preview&$top=5", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldyYkdG9wPTU=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains?api-version=2020-06-01&$top=5", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDEmJHRvcD01", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c6c2e481-4599-4c23-9b3b-a333445fe937" + "2de32bb3-30d1-4fee-8680-e0d60c251eea" ], "accept-language": [ "en-US" @@ -841,7 +841,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -849,7 +849,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:24 GMT" + "Sat, 06 Jun 2020 01:52:34 GMT" ], "Pragma": [ "no-cache" @@ -861,22 +861,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5fe98149-07af-4824-8e43-bbc57df9cac5" + "6460e1a4-4f21-47c3-a2a0-07556d3a0ee3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11989" ], "x-ms-correlation-request-id": [ - "196d3d07-8cbd-4597-ba35-2304253de357" + "677ce3d0-fcd2-4627-b4b8-679b2b90092b" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111824Z:196d3d07-8cbd-4597-ba35-2304253de357" + "WESTUS:20200606T015235Z:677ce3d0-fcd2-4627-b4b8-679b2b90092b" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "793" + "767" ], "Content-Type": [ "application/json; charset=utf-8" @@ -885,17 +885,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/domains?api-version=2020-04-01-preview&$top=100", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2RvbWFpbnM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3JiR0b3A9MTAw", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/domains?api-version=2020-06-01&$top=100", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2RvbWFpbnM/YXBpLXZlcnNpb249MjAyMC0wNi0wMSYkdG9wPTEwMA==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bca3b146-e4d2-497e-8805-d20c6403f99b" + "d7077561-9930-4d31-8d0d-de56f015d1c7" ], "accept-language": [ "en-US" @@ -904,7 +904,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -912,66 +912,66 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:26 GMT" + "Sat, 06 Jun 2020 01:52:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "e9d9922e-bd52-48ae-aa2a-e7cbbdacbe1a", - "191bab69-b891-4c92-8fa1-8e8d2192e3b4", - "11ff6d91-f3c1-49fa-bdf7-4720b444f1bb", - "5fdd110e-49a7-4988-b4e9-f23ff9243bfd", - "a7343e0a-9104-4da9-83c2-96c668b838b7", - "dff45b65-79f6-4d00-b52b-cb8718a0a3ed", - "5c3ff1c1-cc0e-4fde-b3db-eef71e7e7955", - "329ebb2c-b0a9-4e82-b4c5-fbd97a049b58", - "c3d5c490-f22e-49a6-b2a0-c5512fe7361d", - "826c2cab-8609-4475-8743-e206de318498", - "cb8a6c0f-67ea-46e6-b07a-c7e024d9af3e", - "ae33d503-b9cf-4d8e-be80-88a1250965e4", - "91aafd88-4d3d-48b9-be65-ee018485ca23", - "7c1cf7f7-0ef8-4098-bd4d-01f8c3afc138", - "01fb1266-0674-4cb6-8bfa-56eb16a24478", - "6974484e-ebc9-437f-b8e3-61f67ee7069c", - "0921ef92-7fe8-41e3-ac48-4477133903ff", - "856adbbf-8036-4d11-98cb-ceb880ae50b3", - "451117d7-1e92-4908-b7bf-0d36eb9fe685", - "33ad8b6f-7c66-43d7-b862-6fe3e6df0f4c", - "58662dfc-3077-4b34-949a-5baec5f2ad79", - "01138031-5005-4d8c-8f95-4978e117dbf9", - "e2fd4393-47c1-459d-8b31-50f1dfe790dd", - "71171428-ffcb-4aff-b39a-ea52a9af9bcd", - "1a5f0127-4d6f-4d42-ac54-b05dac17e6b3", - "b95f5f89-f959-4776-b3b3-8e29692ce12e", - "e8d944a7-ab8d-4302-b2ca-9e09726f4cfb", - "3e12c609-6588-45da-91f5-7dfa1e7701db", - "32dc9e9b-e741-45c8-a1d0-105ee9fbccb4", - "3135d6e5-61eb-4fdf-bc46-4dc6e8ba7c7a", - "5e974024-3346-4a3b-a365-d2d629cbb054", - "9bb23acf-4d61-4c11-a353-f81356db03fc", - "9926a2df-31b8-43ea-a390-80e0b4f90173", - "b150c8e1-579a-4f3f-ba48-9412e75a82ad", - "79f6f43c-8542-43db-8623-3037277ca579", - "f3b9bf46-06b6-47ce-b208-84735a93df14", - "b03221cb-60fe-44ee-ae1d-d84d7ebaa530", - "0b52ee8a-e337-4382-93a6-025fbc3a4f1b", - "418bff32-c00f-486b-9376-b90d91a17982", - "6f8cd353-0b36-41b2-9e71-6e262d2b7eb0", - "ba3ac757-9267-434a-9f31-7ad4ee07363b", - "daf637ba-8322-4525-81f5-f0f24b0f6bbc" + "12319ab4-bd2d-409f-8a41-1c38ba39eb76", + "94514960-c725-431c-a67b-aea630366e38", + "7abc4f17-6f41-4585-a10d-8c8689bc22c6", + "cb53ac75-9f03-4efb-bc68-69ed91e73959", + "5816bfc3-b072-4d1b-b569-5cfe8186a4db", + "e6e4cd97-0f51-4e5c-b45f-7533eaddb2e3", + "de42e1ce-bc26-4054-b7c3-a843e23e90f3", + "5f2d6ecc-226b-4f71-9b2c-fa6c2628149c", + "5d9ea413-026d-4e82-8f22-43b4fb926d20", + "6f5c294f-c02b-45ba-a3ba-306a610f56f2", + "0eaf6980-9991-4c51-81b3-3bf712bdcbf0", + "dc83be82-a951-4f95-875c-ee7ee3b1b13e", + "1bef18ad-b4ea-4863-a5d5-01ebd2f729ca", + "fbb7723b-69d5-451f-a3b2-34de52ff65d2", + "4dcc6029-4461-442b-94d5-ab31f435effc", + "5e72e82b-3ba1-487c-be1a-3318eb85f0b9", + "9f776a84-e5a1-459f-8481-57d134c1f44e", + "58913c95-1b7d-4a6c-96ca-341a0816e395", + "8fec2fca-aad5-4167-8f39-726bbe81a29e", + "e80f98a8-09f7-4df3-9cba-832bf97d1eec", + "f7db07ea-1d88-4c66-a51e-59e7946b6915", + "065fbb19-a894-43b6-b769-597d17104c03", + "29baeb6b-57a0-411d-a186-259ff3bffc8a", + "e257720d-5166-43b9-b088-c06d87a95316", + "4c069e0a-0d70-4009-9aaa-2136fbac5c74", + "c2cb48d7-3460-49e9-9ef8-bb02aca67c6e", + "d36401c7-91e5-4706-a1fd-2a62546dfcfd", + "02b58154-0be4-4b46-9202-daa1eb64b81c", + "bca2b917-12c2-4cea-9d0e-24184d82bb91", + "ea935a90-3294-48e5-b7ae-b36c81bf4377", + "ff9edd9c-c5a9-4402-b7cf-cc6285f5285a", + "15d6f086-f41a-43f0-a86d-aec6bf98efd1", + "98638c3f-1319-4ecc-abc6-b810f4f80659", + "acff4903-abaa-46a3-b5f2-ac7cff4a9ab8", + "f3eec93a-251c-48b3-85fc-e86ce9c0e5c9", + "bdb763d8-4a17-4241-9f8b-7824e6b28a13", + "b811cc62-135a-4ce1-b903-47f78e3af9f1", + "f0e3c069-005b-46e9-856b-682592edb836", + "1ecc4bb4-2a69-4a7c-853a-de8b225d3c5c", + "50f3cb65-dfb0-4524-990b-d8b1dcef8f13", + "fc0c0bfd-e654-4ad1-bdf5-4fb6527a2acf", + "a98ff645-1c95-4f59-b600-7a13816c2be1" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11988" ], "x-ms-request-id": [ - "fb5af115-2d53-4356-aa36-8bc1143e6d7d" + "ef2f657c-9dd9-4c8e-988a-9c99e6163fbd" ], "x-ms-correlation-request-id": [ - "fb5af115-2d53-4356-aa36-8bc1143e6d7d" + "ef2f657c-9dd9-4c8e-988a-9c99e6163fbd" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111826Z:fb5af115-2d53-4356-aa36-8bc1143e6d7d" + "WESTUS:20200606T015237Z:ef2f657c-9dd9-4c8e-988a-9c99e6163fbd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -980,7 +980,7 @@ "nosniff" ], "Content-Length": [ - "179764" + "148082" ], "Content-Type": [ "application/json; charset=utf-8" @@ -989,12 +989,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-01.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"cd2799cc-59a4-4d66-b113-c2467c94851a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-002.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"dcc4d0a0-cb28-47e9-9d86-ad1b12a4537e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-centralus.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1aba4634-cc67-414d-8a3e-17c52c842fa0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-centralus\",\r\n \"name\": \"eg-domains-latency-runner-domain-centralus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-004.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8d021d1e-e373-4582-bb10-0e78bf1e27e4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-004\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-004\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-003.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b8f11d8b-f43f-49a1-9515-5c9de2f451b6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-001.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7e1d485f-b279-4a25-835b-a5ce481a3603\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-001.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"17179041-8036-4554-99b6-c444b81bf5fc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-003.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b2c6d3a0-d1d7-4ded-a8d1-4a1a5fc03e9f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-004.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3cdfb35c-3f40-443b-8dd1-edbc73780c5e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-004\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-004\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-002.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"28029eef-f880-45bf-aa87-960ac172c483\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-1c.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e9413031-aaec-4d64-b848-a9f95945bff3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-1a.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"aa1d07c5-a16b-40a5-b90a-fbb2bb0b5e38\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-1b.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"14dbb40d-f025-44aa-ad06-43f9c92b9f18\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-201.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3b970f79-ef2b-446d-b8a0-2d9afc2dc499\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-251.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6127d2d6-ca64-4f4a-befa-023ed82e7212\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-401.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f8c95916-c4f2-4cca-9254-3945c1dfa772\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-252.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6bce2285-8ca2-4e58-9085-18eb071ddd69\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-402.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6a4b545e-505e-44e4-8069-5562b0ea3a45\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainc7f2a7f2centralus.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8bb73e53-6fd9-4b9e-a1e0-1b4a71f0d86b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainc7f2a7f2CentralUS\",\r\n \"name\": \"egcrudrunnerdomainc7f2a7f2CentralUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw202.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b49e24b4-f906-4353-8f8a-b3560870712d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw202\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw202\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-001.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7393e966-361d-4b51-ad9b-7daf032ac11c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-002.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e635e12b-cac1-45e5-aa58-a0dff83523bd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-03.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ca97da4c-baa0-421d-a02d-8a00019f1b5f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-04.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"85620641-569a-478a-899b-c818cb798e78\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-04\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-04\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westus2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fdae141b-5ded-42e6-8202-d75b49243a65\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westus2\",\r\n \"name\": \"eg-domains-latency-runner-domain-westus2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-01.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9ec61745-5f75-4482-97bf-841e130fd2d5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-02.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"83b1cb2f-c19e-4646-b79e-9a740f6a3fa7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-1c.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"70846dd5-c160-4c8c-9baa-ba7fd489375a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-1a.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e6865e6c-5e5b-4549-8414-29050dcdfb7e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-1b.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ba74ef3e-48f7-4a8b-8f9f-cab9d97c2ebb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-401.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"82c824f3-8234-435e-8697-0c8767743fd9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-253.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"569a93eb-8123-4431-8d29-afe7bf4d6d58\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-253\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-253\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-252.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7051a5d9-d272-4386-a5ee-7687dbe2768f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-251.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"806813cd-c92e-4f52-b74b-bd8474eb22e9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-402.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"99fc5d08-a8e8-49d2-a213-21138006fce1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain737c8d31westus2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a6ea0bfb-cfb2-4359-9381-c0bbaf443d89\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain737c8d31WestUS2\",\r\n \"name\": \"egcrudrunnerdomain737c8d31WestUS2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-001.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5c91d06a-5985-469f-ab9a-a8ee5ba958da\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-002.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fa874fda-d1b0-412e-8c25-41863c883c0f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eastus.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"72cd7f4c-5521-48c6-9801-4c5bf1c31a53\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eastus\",\r\n \"name\": \"eg-domains-latency-runner-domain-eastus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-003.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2fca1299-9777-4259-8e86-fe7776630a82\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-004.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6f9ce43e-2835-4fd0-b79b-25fae41d28fe\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-004\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-004\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-1b.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8149d7bb-0656-46a3-bedd-556b40ec9a82\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-1a.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5d552f8a-8553-4fe8-9988-f5cd34f035cd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-1c.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2f06f492-c274-43c2-a72f-b792d45a5494\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://diagnosticlogdomains.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"69562a94-5c1e-42e8-bb7d-a04fff9363b0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted/providers/Microsoft.EventGrid/domains/diagnosticlogdomains\",\r\n \"name\": \"diagnosticlogdomains\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-201.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c7fef0f9-1ebb-4e38-a5ab-20093637c275\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-202.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8a503ff7-9d29-4a01-b739-d469f55a8cac\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-202\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-202\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usea-401.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b5b7346a-bc40-4691-a30a-f6c7654e64dc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usea-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usea-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usea-402.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8e009199-1bb8-46e5-8fd3-aeae89a2a79d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usea-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usea-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usea-251.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8449cb4c-9855-4616-8aa9-514dca35da83\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usea-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usea-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usea-252.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b79a82dc-bec1-4e70-a3ce-384efffe1bbb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usea-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usea-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomainpermission.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a660ee42-0140-4bc0-8eda-6b1abdd42182\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/testDomainPermission\",\r\n \"name\": \"testDomainPermission\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomaincb7c6ec7eastus.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"12527355-83a5-4142-9e75-cc8d5f78b465\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomaincb7c6ec7EastUS\",\r\n \"name\": \"egcrudrunnerdomaincb7c6ec7EastUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-001.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7b7651e2-f0e6-4f2e-a2c0-f58c7c4e1e91\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-002.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8639b1e8-081a-4dba-aaf3-c6e2aace6d97\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-03.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"68e8260f-34de-4e52-b099-bc5f4f2ca1ee\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westus.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"967d82e4-1f19-42f5-abab-1f32abc5b0ea\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westus\",\r\n \"name\": \"eg-domains-latency-runner-domain-westus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-01.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a8ea9b61-9954-4709-865b-af592c04b043\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-02.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3c0e6955-e0f1-4728-9f6d-e7a0f4737b06\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-201.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6eb7195c-3753-4c1e-9753-b72c19b8882d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain5b88a8f8westus.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2201cbb9-5afd-487e-84fe-d2f841c2b52d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain5b88a8f8WestUS\",\r\n \"name\": \"egcrudrunnerdomain5b88a8f8WestUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-001.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"400e2277-b48b-4a60-9348-4d5d281a8645\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-002.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"aac8963b-da12-4f35-9bf4-26b0c29a9b8b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eastus2.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a8a2a067-a583-442f-ac48-768c09dfc7ba\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eastus2\",\r\n \"name\": \"eg-domains-latency-runner-domain-eastus2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-03.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a22e4c42-f05c-4414-ab57-2988cbe0901c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-04.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b6f16b6f-83d3-4aaf-a414-79b129b010dd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-04\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-04\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-1c.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"27b6a5c7-4357-4d0d-8c34-2483c7b72d7d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-1a.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f893edda-fb15-4c7f-9fa0-e7a7eeaa2a50\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-1b.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0ec61f43-22ca-463e-bf9d-5d280e4b30c5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-use2-252.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"cad2ce83-d2a3-4621-9452-eff92974a469\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-use2-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-use2-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-use2-401.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3c1cf0e3-eb21-42e4-8e9a-6df81115182a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-use2-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-use2-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-use2-251.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d6eb6240-bbd7-444d-b179-60f899f112b4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-use2-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-use2-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-use2-402.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f4c59048-1bb5-4299-865a-e1b0c3674803\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-use2-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-use2-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainccf855ebeastus2.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a9b579be-6239-42e4-9461-5d30ac234def\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainccf855ebEastUS2\",\r\n \"name\": \"egcrudrunnerdomainccf855ebEastUS2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-uswc-003.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"734b8267-04d3-4dae-804f-a8d1ee1f0997\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-uswc-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-uswc-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-uswc-002.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"34c72d5f-2637-4010-8285-87bb40f49bad\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-uswc-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-uswc-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-uswc-01.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5bc01062-769a-400c-96dd-c3695bcac366\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-uswc-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-uswc-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westcentralus.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"378c5319-dfdd-48a2-8e56-b7fbb2b6b7cc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westcentralus\",\r\n \"name\": \"eg-domains-latency-runner-domain-westcentralus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-003.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7f26f69e-a4c9-48bd-a80f-6aa7e15ff0c1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-01.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"533a781f-e908-48a1-ba44-8953da9ff345\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-002.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f5b9ce48-6812-4d49-93c9-e906ef20c5d1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-02.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"828046f8-1cd6-42aa-9b24-16a2e1e5d779\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://clifxbhdae2ghiqajm6tewxzoei6csmkc4wfxdol.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"85756ce7-823c-42bb-b79c-f4444783062f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"Dept\": \"IT\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f/providers/Microsoft.EventGrid/domains/clifxbhdae2ghiqajm6tewxzoei6csmkc4wfxdol\",\r\n \"name\": \"clifxbhdae2ghiqajm6tewxzoei6csmkc4wfxdol\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://clifq6nvajq6b2rumcwewnjdceisqw3vuqeevgzs.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventV01Schema\",\r\n \"metricResourceId\": \"862a3be0-1042-4ea5-9578-b30dfec763a6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f/providers/Microsoft.EventGrid/domains/clifq6nvajq6b2rumcwewnjdceisqw3vuqeevgzs\",\r\n \"name\": \"clifq6nvajq6b2rumcwewnjdceisqw3vuqeevgzs\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://clilg2sh5dyeu5fgwchw4lpng74am4roxajyj7wg.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": null\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopic\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": null\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"myEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"DefaultSubject\"\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"1.0\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b5929ed6-3101-4eaf-b925-819df5ef79d9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f/providers/Microsoft.EventGrid/domains/clilg2sh5dyeu5fgwchw4lpng74am4roxajyj7wg\",\r\n \"name\": \"clilg2sh5dyeu5fgwchw4lpng74am4roxajyj7wg\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-03.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4f580640-a35c-4795-b555-1db995641ee3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-201.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"322508d4-7f2d-42cc-af76-1db1fb69ad24\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain42435f48westcentralus.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6edb9703-b946-4aec-8bab-7ef4693d03f9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain42435f48WestCentralUS\",\r\n \"name\": \"egcrudrunnerdomain42435f48WestCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodauea-01.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"cd33cba4-33cd-4406-bfeb-870e5300fb55\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodauea-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodauea-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodauea-02.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d5aee19a-1e64-4e24-a626-9e737449f1e1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodauea-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodauea-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-australiaeast.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"16bc9afb-2104-43ed-ad36-df2e2604a2a3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-australiaeast\",\r\n \"name\": \"eg-domains-latency-runner-australiaeast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain753e3d1eaustraliaeast.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"aa7616f7-c22b-476c-90b7-c56915fc3598\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain753e3d1eAustraliaEast\",\r\n \"name\": \"egcrudrunnerdomain753e3d1eAustraliaEast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ause-01.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fb3e1d37-0508-424d-9e37-83c7521df519\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ause-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ause-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-astrlsthest.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7b1c35a1-9ab7-4477-960d-ba56d5e06c1b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-AstrlSthest\",\r\n \"name\": \"eg-domains-latency-runner-domain-AstrlSthest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodause01.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"59291b13-66a5-40d8-ba5e-c7ba382b4e29\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodause01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodause01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodause02.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"56f861fa-9650-4c04-bc8b-cbec3f3280a9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodause02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodause02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain7f5cfdf1australiasoutheast.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2822abb9-a202-4f2f-a722-9fe7397302d2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain7f5cfdf1AustraliaSoutheast\",\r\n \"name\": \"egcrudrunnerdomain7f5cfdf1AustraliaSoutheast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-auce-01.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8e9be022-147e-460b-9fe3-e753974da814\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-auce-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-auce-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-auce-02.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"00350fd7-8f77-490e-ab27-1dd98e02adc1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-auce-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-auce-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-australiacentral.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ec63779e-fa88-4934-a225-a61058f8f856\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-australiacentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-australiacentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain10587c5baustraliacentral.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"54f58fa6-97fc-4b4a-afc7-724fe09643de\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain10587c5bAustraliaCentral\",\r\n \"name\": \"egcrudrunnerdomain10587c5bAustraliaCentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-japaneast.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f0f83e64-e845-428f-96a0-3acdaec0b6a9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-japaneast\",\r\n \"name\": \"eg-domains-latency-runner-domain-japaneast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpea-1a.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fb35dcbf-790e-4783-88c6-b8467387fffc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpea-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpea-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpea-1c.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"05e2f462-b436-4fd8-8983-e9e7899d4763\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpea-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpea-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpea-1b.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"638fa6ab-5ee3-416b-9e06-4b70924b85ab\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpea-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpea-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain2219db17japaneast.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a1de3300-1811-487b-981c-54290c600909\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain2219db17JapanEast\",\r\n \"name\": \"egcrudrunnerdomain2219db17JapanEast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-japanwest.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e0b342ba-a425-44fb-ba96-496d6d0eeb53\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-japanwest\",\r\n \"name\": \"eg-domains-latency-runner-domain-japanwest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpwe01.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3d442ce3-28c2-45cb-8fcd-e825bf4c1d8f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpwe01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpwe01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpwe02.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"24fb626b-2a73-433f-99e2-a7ec5012d898\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpwe02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpwe02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain4a3861d0japanwest.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"43305548-7b65-4629-b10a-353b641d4927\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain4a3861d0JapanWest\",\r\n \"name\": \"egcrudrunnerdomain4a3861d0JapanWest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe001.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"75b6fc7c-bfbb-4205-ac55-d881a2f69ebf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe002.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"37bab028-0f07-4b86-99ea-45690f234c89\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westeurope.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"85c46949-8b85-4925-a73b-7a9671b2b783\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westeurope\",\r\n \"name\": \"eg-domains-latency-runner-domain-westeurope\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe1a.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"86ae68b6-47c4-400b-a2ed-3a1f726143a6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe1b.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"17b95139-841a-4ab7-9ebd-96ea4d1bdf90\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe1c.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ec45002e-8d61-4e62-ab9f-0c4d34b40eeb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain441ca268westeurope.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b486ddd7-0026-46ca-8163-03bd9edf4f9f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain441ca268WestEurope\",\r\n \"name\": \"egcrudrunnerdomain441ca268WestEurope\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-northeurope.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6cee4f49-7968-4bc5-adb2-d297cdc10c3c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-northeurope\",\r\n \"name\": \"eg-domains-latency-runner-domain-northeurope\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-001.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"db4edf53-2a56-4b72-a48b-a69e30410644\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-002.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ad6c264c-c48f-4791-9612-6daac4567c4b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-1a.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b056f20b-f50c-4f5c-af14-71d2ad957645\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-1b.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3bf508a1-1389-4c80-8bcf-0d83d9f68a0f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-1c.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6e6d8003-cffc-460c-bdf3-817e1082bf2e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain886b16fenortheurope.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b9952165-70c7-4b78-aae4-4bc57284facf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain886b16feNorthEurope\",\r\n \"name\": \"egcrudrunnerdomain886b16feNorthEurope\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-001.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ea8056b9-c4be-43a2-89ee-5ef09a257c75\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-002.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"42d2d6e1-13a6-496d-bf46-a7bcbc7925b3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southeastasia.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"45602c7c-6e96-4db3-b8f2-9b0ab9a00415\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southeastasia\",\r\n \"name\": \"eg-domains-latency-runner-domain-southeastasia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-1c.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"80fdd33d-e5fb-476c-a89b-cd0d8f681b51\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-1a.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"180e25fc-6490-46bc-99fd-db01474fe94e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-1b.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e5e17722-fde9-4196-9eba-71a10bec53d7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain3f120f76southeastasia.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3d45791e-85ec-4ec4-9e8c-beb2a2a1e42b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain3f120f76SoutheastAsia\",\r\n \"name\": \"egcrudrunnerdomain3f120f76SoutheastAsia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-asea-001.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"633cd2cb-cbd3-4f30-ba5c-1f69fa832493\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-asea-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-asea-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-asea-002.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"027b8f33-eb7d-4d98-9671-7eaa73f185ed\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-asea-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-asea-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eastasia.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6d4e45a6-36db-4801-889e-59c4c1341473\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eastasia\",\r\n \"name\": \"eg-domains-latency-runner-domain-eastasia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-asea-02.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"dbde5a0f-7a1e-4761-96b7-406172d5ca1e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-asea-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-asea-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-asea-01.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5217497a-a8d2-41c9-82df-dab89ff6a080\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-asea-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-asea-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomaineaa2b7c6eastasia.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7f745b05-be4c-41f3-a7da-b97da5a7b91c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/egcrudrunnerdomaineaa2b7c6EastAsia\",\r\n \"name\": \"egcrudrunnerdomaineaa2b7c6EastAsia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusnc-01.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6806298f-bc0d-4b6f-b31f-25939395a40a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusnc-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusnc-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusnc-02.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8120fa94-c37a-41b1-931a-3f856ee80b0b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusnc-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusnc-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-northcentralus.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0b6202eb-f4a5-4c11-ae8c-4b346ee6f922\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-northcentralus\",\r\n \"name\": \"eg-domains-latency-runner-domain-northcentralus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain00269ad7northcentralus.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"36c9b1a8-9f6a-4e94-9c03-0268179a6ae7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain00269ad7NorthCentralUS\",\r\n \"name\": \"egcrudrunnerdomain00269ad7NorthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodussc01.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"25def2a0-c6c1-47f4-a359-3a92c643d70c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodussc01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodussc01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodussc02.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b2ea8f20-761b-42dc-aead-f8a4a22c6e2d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodussc02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodussc02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southcentralus.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"25162019-ae74-495c-92b9-8a90a42e7398\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southcentralus\",\r\n \"name\": \"eg-domains-latency-runner-domain-southcentralus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ussc-401.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b70560e0-1473-4fbd-a13e-b592720fa350\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ussc-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ussc-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ussc-251.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3d839408-3685-4eb4-b9f0-7f4915e5f418\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ussc-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ussc-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ussc-402.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"44d9e83f-4c59-46f4-ada1-58100cd7851d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ussc-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ussc-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ussc-252.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"db542d4a-fa4b-4d89-9b2a-2447112de93d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ussc-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ussc-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainf7f4f42bsouthcentralus.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6194ac39-f217-4c70-a350-4aa6dd0cef49\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainf7f4f42bSouthCentralUS\",\r\n \"name\": \"egcrudrunnerdomainf7f4f42bSouthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodbrso-01.brazilsouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0ec902a7-f62c-4963-8033-9396131b88c2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodbrso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodbrso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodbrso-02.brazilsouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"41ca1dbb-3abe-4e30-a282-e46a8688543b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodbrso-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodbrso-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-brazilsouth.brazilsouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"655463d4-59f9-4e4e-97ce-a63216261e49\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-brazilsouth\",\r\n \"name\": \"eg-domains-latency-runner-domain-brazilsouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain9743c670brazilsouth.brazilsouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c6954ac6-4acf-4501-8078-fae36a05d0fb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain9743c670BrazilSouth\",\r\n \"name\": \"egcrudrunnerdomain9743c670BrazilSouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodcace01.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"438e74a8-6dd8-40b1-ae7b-026b043eace7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodcace01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodcace01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodcace02.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"dea074ae-146e-489c-9521-3238ab53633e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodcace02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodcace02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-canadacentral.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d15a29ac-3244-4ea0-bdaa-1a9920e3779d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-canadacentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-canadacentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain3bb0dac1canadacentral.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"744e5f1d-0f2b-4de6-9fab-65256f0746a7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain3bb0dac1CanadaCentral\",\r\n \"name\": \"egcrudrunnerdomain3bb0dac1CanadaCentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-canadaeast.canadaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8744f73a-c0e2-4efd-9ae8-2543ab2a0436\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-canadaeast\",\r\n \"name\": \"eg-domains-latency-runner-domain-canadaeast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodcaea-02.canadaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f2d37436-2a5f-422b-bfd4-bd604a058ea5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodcaea-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodcaea-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodcaea-01.canadaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"904f1440-d158-4fb5-9001-63e3d5060888\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodcaea-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodcaea-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodince01.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f617e46e-19dc-42e4-a347-69741d3de5d1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodince01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodince01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodince02.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"28ce0451-eb50-4445-8575-b105a72164fb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodince02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodince02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-centralindia.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"af458fa9-f186-411e-bcc5-2b43c3aa7708\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-centralindia\",\r\n \"name\": \"eg-domains-latency-runner-domain-centralindia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain20ec8f97centralindia.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"31673c64-f703-4517-8965-781348ceaa0b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain20ec8f97CentralIndia\",\r\n \"name\": \"egcrudrunnerdomain20ec8f97CentralIndia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodinso-02.southindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"76286cbb-d700-4b2e-88ad-b5e001e79e12\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodinso-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodinso-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodinso-01.southindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b7dba099-781d-4fa9-b30e-4eb07200d2d7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodinso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodinso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southindia.southindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"815ae862-2f2c-4c4b-b6e6-c9154b63ee84\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southindia\",\r\n \"name\": \"eg-domains-latency-runner-domain-southindia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain3a420a91southindia.southindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a105dba4-85fe-4e00-bb80-ad3c62cc6088\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain3a420a91SouthIndia\",\r\n \"name\": \"egcrudrunnerdomain3a420a91SouthIndia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westindia.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c2540d88-ef90-4e86-9e5c-8fe5c9397f95\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westindia\",\r\n \"name\": \"eg-domains-latency-runner-domain-westindia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodinwe01.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f46e81c1-83ab-4445-b755-def2ba472035\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodinwe01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodinwe01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodinwe02.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d49328c2-8f79-4a71-9da2-e19fff981270\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodinwe02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodinwe02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomaina9b65731westindia.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4bb85937-741f-4b18-a22a-eed901665449\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/domains/egcrudrunnerdomaina9b65731WestIndia\",\r\n \"name\": \"egcrudrunnerdomaina9b65731WestIndia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-francecentral.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d87dc520-e8b9-4802-880c-57cd9ac13881\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-francecentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-francecentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrce1b.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5e472636-423b-491a-acbf-1b00fecd90d8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrce1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrce1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrce1c.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"93c0f4b2-ce6f-4825-8658-02be2f014568\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrce1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrce1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrce1a.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"35defa67-b0b7-4618-8ae3-37bfa57de5b7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrce1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrce1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7d80e648-b851-454b-9a95-1b3fe9c86609\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainf07123d6FranceCentral\",\r\n \"name\": \"egcrudrunnerdomainf07123d6FranceCentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukwe01.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"170da516-3fa3-4fb1-a429-ee38f80781a7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukwe01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukwe01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukwe02.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3a9a661e-664d-4950-b511-1bb5cfcacf2e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukwe02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukwe02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-ukwest.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a8a70b7f-5e45-4b9e-9390-4b19a94ebd9a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-ukwest\",\r\n \"name\": \"eg-domains-latency-runner-domain-ukwest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-04.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"55ff59c4-4d56-4809-aa23-ed10815cb3db\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-04\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-04\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-uksouth.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1e82cba9-9005-44e2-af14-eb6565e28492\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-uksouth\",\r\n \"name\": \"eg-domains-latency-runner-domain-uksouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-01.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c98e0d8f-825e-48e6-be8a-681671087592\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-1a.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5ad9f0ad-d0a5-4950-8bcf-f4acdc452cbc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-1c.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5fdf176c-e5bb-4b85-a30c-f0a2e2c1480a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-1b.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d353d504-093e-4c36-88cf-0aac7503a35a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain852cce5duksouth.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9075c42b-be94-4ff3-8321-380dad117a70\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain852cce5dUKSouth\",\r\n \"name\": \"egcrudrunnerdomain852cce5dUKSouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodkrce01.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e9504d50-8171-4a4a-93e2-3a36c8425eef\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodkrce01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodkrce01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodkrce02.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4eb6faa2-093b-4b40-bcd3-e2ebea0d22de\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodkrce02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodkrce02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-koreacentral.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e51498ff-e30c-4c43-967e-2ab8e453ff18\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-koreacentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-koreacentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomaine3e3f151koreacentral.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e8f9a428-eb43-45e2-93b4-85c40bef9d33\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomaine3e3f151KoreaCentral\",\r\n \"name\": \"egcrudrunnerdomaine3e3f151KoreaCentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodkrso-02.koreasouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b2a7afec-da79-4866-a47f-c48bcd6cc77b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodkrso-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodkrso-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodkrso-01.koreasouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"19818cf7-3904-4a2a-a5f2-b725977f3cd3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodkrso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodkrso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-koreasouth.koreasouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"22b25c34-1dfc-4096-8114-c5b9196aa93e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-koreasouth\",\r\n \"name\": \"eg-domains-latency-runner-domain-koreasouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodsafn-02.southafricanorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"308cdb30-4aca-4024-82e7-0e153468a8ac\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodsafn-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodsafn-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southafricanorth.southafricanorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"372f6388-44b9-4a3e-aa1e-1f184a4a1318\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southafricanorth\",\r\n \"name\": \"eg-domains-latency-runner-domain-southafricanorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodsafn-01.southafricanorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1da5115b-31b5-4341-9aaf-637730f5e600\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodsafn-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodsafn-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain5256ecebsouthafricanorth.southafricanorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2aefc152-3e3e-45e9-b749-1d888ff1ce49\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain5256ecebSouthAfricaNorth\",\r\n \"name\": \"egcrudrunnerdomain5256ecebSouthAfricaNorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-uaenorth.uaenorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"cc69f2c0-f24f-4a45-8817-8b7042166251\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-uaenorth\",\r\n \"name\": \"eg-domains-latency-runner-domain-uaenorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduaen-02.uaenorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f0741d04-1a2f-4580-902a-278ea26880a2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduaen-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduaen-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduaen-01.uaenorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"be4d9db8-b378-436d-a7bd-fd21a8df1a5f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduaen-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduaen-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainb5cea3c9uaenorth.uaenorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"dc403712-9e7c-4fd0-a932-d7c3a4f0acae\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainb5cea3c9UAENorth\",\r\n \"name\": \"egcrudrunnerdomainb5cea3c9UAENorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-switzerlandnorth.switzerlandnorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f2147124-b358-465e-9194-f9e8780a496a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-switzerlandnorth\",\r\n \"name\": \"eg-domains-latency-runner-domain-switzerlandnorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodswno-01.switzerlandnorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c1be1ba7-9ad5-4c04-9245-664dc87cbfce\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodswno-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodswno-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodswno-02.switzerlandnorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7a869cc2-23f5-404b-9e9f-efe84993b0fa\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodswno-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodswno-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain0e398e03switzerlandnorth.switzerlandnorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"81571de0-6a8c-48be-8eba-ede61ac7aaba\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain0e398e03SwitzerlandNorth\",\r\n \"name\": \"egcrudrunnerdomain0e398e03SwitzerlandNorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-ltncy-runner-domain-gewestcentral.germanywestcentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"762d85d9-158b-4231-9972-8d17ac2333d1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/domains/eg-domains-ltncy-runner-domain-gewestcentral\",\r\n \"name\": \"eg-domains-ltncy-runner-domain-gewestcentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodgewc-01.germanywestcentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c799d806-38c0-4d4c-b0da-4a6db97e23c1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodgewc-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodgewc-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodgewc-02.germanywestcentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9f1b13e8-64b7-476c-bc42-a58fe421ef48\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodgewc-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodgewc-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain4b058999germanywestcentral.germanywestcentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b9f1ae63-ea31-4287-8731-ccf8a5d57258\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain4b058999GermanyWestCentral\",\r\n \"name\": \"egcrudrunnerdomain4b058999GermanyWestCentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain04fa9078norwayeast.norwayeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c1af41b7-2aec-483b-80e3-789d946c1536\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain04fa9078NorwayEast\",\r\n \"name\": \"egcrudrunnerdomain04fa9078NorwayEast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-east-us-2-euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c34d7dfb-7665-4850-9090-bd1b7859f359\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-east-us-2-euap\",\r\n \"name\": \"eg-domains-latency-runner-domain-east-us-2-euap\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-001.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"db6c1a94-a596-4ec9-83b8-fa6971365565\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egdmansltncyrunnerdomainlocaltesteastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6db03474-af0e-499a-8fb5-68e33a589f77\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/egdmansltncyrunnerdomainlocaltesteastus2euap\",\r\n \"name\": \"egdmansltncyrunnerdomainlocaltesteastus2euap\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-02.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"212a50f7-332b-44ee-8a5e-97e804364237\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-03.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e9c1e0c6-baa2-4212-88fb-89f457b76267\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-000.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ba9e9744-5291-4fec-b1b6-7408b36ae453\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-000\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-000\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-1c.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8467db63-0bd8-40ab-8b35-d3b7fbcebed0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-1b.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7e486df4-7a41-4542-b9c9-c71bac7381e8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-1a.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1489ba1e-d76a-4ba2-a472-6c4dfa6ce861\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-201.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"261de9bf-e702-45ab-8d6d-59f080c7bc4c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-202.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9f8fc102-0693-4666-9970-38ff81448718\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-202\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-202\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-301.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6a1810c4-00da-4779-b5bb-990b651827c9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-301\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-301\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomaindup5.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b589ef01-2ca8-41c9-aa80-4bb99a938ea2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/testDomainDup5\",\r\n \"name\": \"testDomainDup5\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain1ec9e4c1eastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"88073f42-b804-40b8-adcd-6105da0ddb21\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"EAST US 2 EUAP\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain1ec9e4c1EASTUS2EUAP\",\r\n \"name\": \"egcrudrunnerdomain1ec9e4c1EASTUS2EUAP\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-01.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0f415c0a-84a8-4d4f-b6fb-7a4f6f1828f8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-02.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6e8f9963-ee76-44a0-bd2b-c406ed862a38\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2fd80f0d-7eeb-4322-8532-7f58eb537ace\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-CentralUSEUAP\",\r\n \"name\": \"eg-domains-latency-runner-domain-CentralUSEUAP\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-7615.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"423bef80-a31f-48bc-ab3d-4638d4934da3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411/providers/Microsoft.EventGrid/domains/sdk-Domain-7615\",\r\n \"name\": \"sdk-Domain-7615\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-8144.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"513972e7-51cf-4602-a7ef-033ca2ad838c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555/providers/Microsoft.EventGrid/domains/sdk-Domain-8144\",\r\n \"name\": \"sdk-Domain-8144\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1520.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3caa1c7c-4c40-4254-874e-5d76d7c9fa76\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963/providers/Microsoft.EventGrid/domains/sdk-Domain-1520\",\r\n \"name\": \"sdk-Domain-1520\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-2066.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"01c819bf-353c-4096-a9f1-9ae2adff2a53\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143/providers/Microsoft.EventGrid/domains/sdk-Domain-2066\",\r\n \"name\": \"sdk-Domain-2066\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-8257.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"efdaca7e-0da7-471d-8ace-026019de1ee5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261/providers/Microsoft.EventGrid/domains/sdk-Domain-8257\",\r\n \"name\": \"sdk-Domain-8257\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-2688.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ce049360-c956-46c9-8548-11de7b85f121\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173/providers/Microsoft.EventGrid/domains/sdk-Domain-2688\",\r\n \"name\": \"sdk-Domain-2688\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-743.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c9671440-9f07-464c-a4dc-437a6a0b532b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718/providers/Microsoft.EventGrid/domains/sdk-Domain-743\",\r\n \"name\": \"sdk-Domain-743\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://ce10domain.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": null\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"mytopicfield\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": null\r\n },\r\n \"eventType\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": null\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"c3ebca20-e118-46df-aef5-c591767240aa\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest/providers/Microsoft.EventGrid/domains/ce10domain\",\r\n \"name\": \"ce10domain\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-401.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2a0f3986-68f7-4d1a-95f4-479047245fac\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-7896.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b6a2534a-1a66-4177-91a8-4583e4079d9f\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523/providers/Microsoft.EventGrid/domains/sdk-Domain-7896\",\r\n \"name\": \"sdk-Domain-7896\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-6892.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4149e385-e84f-441f-a8b1-53ea2944a3a8\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704/providers/Microsoft.EventGrid/domains/sdk-Domain-6892\",\r\n \"name\": \"sdk-Domain-6892\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-7215.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"dc4c3538-8b69-48b6-9a5f-a1453f43712a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994/providers/Microsoft.EventGrid/domains/sdk-Domain-7215\",\r\n \"name\": \"sdk-Domain-7215\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainb8166f22centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ee1c6403-1f90-4d54-bcec-fba69d1a6f08\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainb8166f22CentralUSEUAP\",\r\n \"name\": \"egcrudrunnerdomainb8166f22CentralUSEUAP\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://domainname.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1aa1661c-e989-4abe-9123-6482a039ea28\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.EventGrid/domains/domainName\",\r\n \"name\": \"domainName\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://domain1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"14ffafe0-0af7-4d95-b2ee-53a13b81b3c0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"k1\": \"v1\",\r\n \"k2\": \"v2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/domain1\",\r\n \"name\": \"domain1\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomaindup3.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"72674d38-323b-46b4-8ecc-2e8796c13440\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/testDomainDup3\",\r\n \"name\": \"testDomainDup3\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-auc2-01.australiacentral2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b5fb5c55-80a9-4166-ac69-381ba5f6e8b3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-auc2-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-auc2-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-australiacentral2.australiacentral2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a95632ea-4043-47a9-8bf8-57339b593941\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-australiacentral2\",\r\n \"name\": \"eg-domains-latency-runner-domain-australiacentral2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-auc2-02.australiacentral2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"61a5404e-7cd8-487a-96af-5196a8d743a0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-auc2-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-auc2-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomaindcd10b9baustraliacentral2.australiacentral2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0c9973ed-6a49-4794-b019-214237cc240d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/domains/egcrudrunnerdomaindcd10b9bAustraliaCentral2\",\r\n \"name\": \"egcrudrunnerdomaindcd10b9bAustraliaCentral2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrso-02.francesouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fdd239e9-901f-4c25-a8c2-96b04d2ebc09\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrso-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrso-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrso-01.francesouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"52327755-3058-4922-80a4-6010e5208043\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-francesouth.francesouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0cf1ec4f-f247-4ba3-85b9-82fb2ce716b6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-francesouth\",\r\n \"name\": \"eg-domains-latency-runner-domain-francesouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain65cd567ffrancesouth.francesouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"21ada737-1c45-4de9-93a2-db84d97d756e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain65cd567fFranceSouth\",\r\n \"name\": \"egcrudrunnerdomain65cd567fFranceSouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southafricawest.southafricawest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c2626a7b-2c7b-4060-bd40-c5058a5ff3b2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southafricawest\",\r\n \"name\": \"eg-domains-latency-runner-domain-southafricawest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodsafw-01.southafricawest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1f40fe05-c683-4b86-aaac-2ffd41c4ef17\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodsafw-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodsafw-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodsafw-02.southafricawest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"13b65143-4319-4ddb-9d7f-690e3c94a1eb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodsafw-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodsafw-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain820721f4southafricawest.southafricawest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0ea9e610-6e45-4a03-bdc3-86aa98ac94b9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain820721f4SouthAfricaWest\",\r\n \"name\": \"egcrudrunnerdomain820721f4SouthAfricaWest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-uaecentral.uaecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"cc006503-5330-4bfb-93c3-c5320d4320d4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-uaecentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-uaecentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduaec-01.uaecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"79729f86-d32e-4f6d-a429-f2cf73342ccb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduaec-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduaec-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduaec-02.uaecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"987f8ddc-874b-44d6-a3ee-d8832d39fdb5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduaec-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduaec-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain90968fb1uaecentral.uaecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"33604848-9402-47c5-84f7-5bd79e89bf1a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain90968fb1UAECentral\",\r\n \"name\": \"egcrudrunnerdomain90968fb1UAECentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-switzerlandwest.switzerlandwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1d4affd2-6ca6-462a-b827-cbb8acc975fe\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-switzerlandwest\",\r\n \"name\": \"eg-domains-latency-runner-domain-switzerlandwest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodswwe-01.switzerlandwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"94191908-5f37-4193-96f8-aab0f34228ec\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodswwe-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodswwe-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodswwe-02.switzerlandwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"72eda6c6-d48b-4749-a1b2-8c75be907982\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodswwe-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodswwe-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain358e95beswitzerlandwest.switzerlandwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7cd3041d-3796-4ef5-92f3-af60f0010537\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain358e95beSwitzerlandWest\",\r\n \"name\": \"egcrudrunnerdomain358e95beSwitzerlandWest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-germanynorth.germanynorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d5f76547-08ba-48bb-92ac-4d342a7a82b9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-germanynorth\",\r\n \"name\": \"eg-domains-latency-runner-domain-germanynorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodgeno-01.germanynorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ad0fb9bf-c51e-48cb-80e2-b3804038c037\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodgeno-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodgeno-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodgeno-02.germanynorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b290daf6-bced-4850-a7b5-7b353446c18e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodgeno-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodgeno-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain852800cfgermanynorth.germanynorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ae7fe09d-3e3b-4020-b000-9aa6ff786c84\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain852800cfGermanyNorth\",\r\n \"name\": \"egcrudrunnerdomain852800cfGermanyNorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainc4738d0enorwaywest.norwaywest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"865d91c1-fb6e-4860-b0dc-5cc917e77517\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainc4738d0eNorwayWest\",\r\n \"name\": \"egcrudrunnerdomainc4738d0eNorwayWest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-01.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-002.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-centralus.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-centralus\",\r\n \"name\": \"eg-domains-latency-runner-domain-centralus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-004.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-004\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-004\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-003.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-001.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-001.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-003.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-004.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-004\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-004\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-002.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-1c.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-1a.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-1b.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-201.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-251.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-401.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-252.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-usce-402.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-usce-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-usce-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain0afb2d5ecentralus.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain0afb2d5eCentralUS\",\r\n \"name\": \"egcrudrunnerdomain0afb2d5eCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw202.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw202\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw202\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-001.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-002.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-03.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-04.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-04\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-04\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westus2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westus2\",\r\n \"name\": \"eg-domains-latency-runner-domain-westus2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-01.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-02.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-1c.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-1a.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusw2-1b.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusw2-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusw2-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-401.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-253.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-253\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-253\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-252.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-251.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usw2-402.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usw2-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usw2-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain737c8d31westus2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain737c8d31WestUS2\",\r\n \"name\": \"egcrudrunnerdomain737c8d31WestUS2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-001.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-002.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eastus.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eastus\",\r\n \"name\": \"eg-domains-latency-runner-domain-eastus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-003.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-004.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-004\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-004\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-1b.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-1a.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-1c.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://diagnosticlogdomains.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted/providers/Microsoft.EventGrid/domains/diagnosticlogdomains\",\r\n \"name\": \"diagnosticlogdomains\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-201.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusea-202.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusea-202\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusea-202\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usea-401.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usea-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usea-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usea-402.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usea-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usea-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usea-251.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usea-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usea-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-usea-252.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-usea-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-usea-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomainpermission.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/testDomainPermission\",\r\n \"name\": \"testDomainPermission\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainc6ea1f91eastus.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainc6ea1f91EastUS\",\r\n \"name\": \"egcrudrunnerdomainc6ea1f91EastUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-001.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-002.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-03.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westus.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westus\",\r\n \"name\": \"eg-domains-latency-runner-domain-westus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-01.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-02.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduswe-201.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduswe-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduswe-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-001.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-002.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eastus2.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eastus2\",\r\n \"name\": \"eg-domains-latency-runner-domain-eastus2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-03.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-04.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-04\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-04\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-1c.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-1a.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduse2-1b.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduse2-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduse2-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-use2-252.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-use2-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-use2-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-use2-401.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-use2-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-use2-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-use2-251.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-use2-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-use2-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-use2-402.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-use2-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-use2-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomaine900f0e8eastus2.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/domains/egcrudrunnerdomaine900f0e8EastUS2\",\r\n \"name\": \"egcrudrunnerdomaine900f0e8EastUS2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-uswc-003.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-uswc-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-uswc-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-uswc-002.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-uswc-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-uswc-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-uswc-01.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-uswc-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-uswc-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westcentralus.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westcentralus\",\r\n \"name\": \"eg-domains-latency-runner-domain-westcentralus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-003.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-003\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-003\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-01.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-002.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-02.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://clifxbhdae2ghiqajm6tewxzoei6csmkc4wfxdol.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"Dept\": \"IT\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f/providers/Microsoft.EventGrid/domains/clifxbhdae2ghiqajm6tewxzoei6csmkc4wfxdol\",\r\n \"name\": \"clifxbhdae2ghiqajm6tewxzoei6csmkc4wfxdol\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://clifq6nvajq6b2rumcwewnjdceisqw3vuqeevgzs.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f/providers/Microsoft.EventGrid/domains/clifq6nvajq6b2rumcwewnjdceisqw3vuqeevgzs\",\r\n \"name\": \"clifq6nvajq6b2rumcwewnjdceisqw3vuqeevgzs\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://clilg2sh5dyeu5fgwchw4lpng74am4roxajyj7wg.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f/providers/Microsoft.EventGrid/domains/clilg2sh5dyeu5fgwchw4lpng74am4roxajyj7wg\",\r\n \"name\": \"clilg2sh5dyeu5fgwchw4lpng74am4roxajyj7wg\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-03.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-uswc-201.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-uswc-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-uswc-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain1a660dadwestcentralus.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain1a660dadWestCentralUS\",\r\n \"name\": \"egcrudrunnerdomain1a660dadWestCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodauea-01.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodauea-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodauea-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodauea-02.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodauea-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodauea-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-australiaeast.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-australiaeast\",\r\n \"name\": \"eg-domains-latency-runner-australiaeast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainee308dc6australiaeast.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainee308dc6AustraliaEast\",\r\n \"name\": \"egcrudrunnerdomainee308dc6AustraliaEast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ause-01.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ause-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ause-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-astrlsthest.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-AstrlSthest\",\r\n \"name\": \"eg-domains-latency-runner-domain-AstrlSthest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodause01.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodause01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodause01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodause02.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodause02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodause02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain481fb6daaustraliasoutheast.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain481fb6daAustraliaSoutheast\",\r\n \"name\": \"egcrudrunnerdomain481fb6daAustraliaSoutheast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-auce-01.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-auce-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-auce-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-auce-02.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-auce-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-auce-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-australiacentral.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-australiacentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-australiacentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain10587c5baustraliacentral.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain10587c5bAustraliaCentral\",\r\n \"name\": \"egcrudrunnerdomain10587c5bAustraliaCentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-japaneast.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-japaneast\",\r\n \"name\": \"eg-domains-latency-runner-domain-japaneast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpea-1a.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpea-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpea-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpea-1c.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpea-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpea-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpea-1b.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpea-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpea-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain941ed2ebjapaneast.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain941ed2ebJapanEast\",\r\n \"name\": \"egcrudrunnerdomain941ed2ebJapanEast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-japanwest.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-japanwest\",\r\n \"name\": \"eg-domains-latency-runner-domain-japanwest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpwe01.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpwe01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpwe01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodjpwe02.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodjpwe02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodjpwe02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainab489127japanwest.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainab489127JapanWest\",\r\n \"name\": \"egcrudrunnerdomainab489127JapanWest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe001.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe002.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westeurope.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westeurope\",\r\n \"name\": \"eg-domains-latency-runner-domain-westeurope\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe1a.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe1b.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuwe1c.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuwe1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuwe1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-northeurope.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-northeurope\",\r\n \"name\": \"eg-domains-latency-runner-domain-northeurope\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-001.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-002.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-1a.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-1b.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodeuno-1c.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodeuno-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodeuno-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-001.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-002.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southeastasia.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southeastasia\",\r\n \"name\": \"eg-domains-latency-runner-domain-southeastasia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-1c.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-1a.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodapac-1b.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodapac-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodapac-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain43af0eb1southeastasia.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain43af0eb1SoutheastAsia\",\r\n \"name\": \"egcrudrunnerdomain43af0eb1SoutheastAsia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-asea-001.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-asea-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-asea-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-asea-002.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-asea-002\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-asea-002\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eastasia.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eastasia\",\r\n \"name\": \"eg-domains-latency-runner-domain-eastasia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-asea-02.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-asea-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-asea-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-asea-01.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-asea-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-asea-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain2be55e23eastasia.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain2be55e23EastAsia\",\r\n \"name\": \"egcrudrunnerdomain2be55e23EastAsia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusnc-01.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusnc-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusnc-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodusnc-02.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodusnc-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodusnc-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-northcentralus.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-northcentralus\",\r\n \"name\": \"eg-domains-latency-runner-domain-northcentralus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain90df9f30northcentralus.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain90df9f30NorthCentralUS\",\r\n \"name\": \"egcrudrunnerdomain90df9f30NorthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodussc01.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodussc01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodussc01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodussc02.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodussc02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodussc02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southcentralus.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southcentralus\",\r\n \"name\": \"eg-domains-latency-runner-domain-southcentralus\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ussc-401.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ussc-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ussc-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ussc-251.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ussc-251\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ussc-251\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ussc-402.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ussc-402\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ussc-402\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-prod-ussc-252.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-prod-ussc-252\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-prod-ussc-252\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainf7f4f42bsouthcentralus.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainf7f4f42bSouthCentralUS\",\r\n \"name\": \"egcrudrunnerdomainf7f4f42bSouthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodbrso-01.brazilsouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodbrso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodbrso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodbrso-02.brazilsouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodbrso-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodbrso-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-brazilsouth.brazilsouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-brazilsouth\",\r\n \"name\": \"eg-domains-latency-runner-domain-brazilsouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain2690df46brazilsouth.brazilsouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain2690df46BrazilSouth\",\r\n \"name\": \"egcrudrunnerdomain2690df46BrazilSouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodcace01.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodcace01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodcace01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodcace02.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodcace02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodcace02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-canadacentral.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-canadacentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-canadacentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainf1891f5acanadacentral.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainf1891f5aCanadaCentral\",\r\n \"name\": \"egcrudrunnerdomainf1891f5aCanadaCentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-canadaeast.canadaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-canadaeast\",\r\n \"name\": \"eg-domains-latency-runner-domain-canadaeast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodcaea-02.canadaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodcaea-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodcaea-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodcaea-01.canadaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodcaea-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodcaea-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainaf2eaef7canadaeast.canadaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainaf2eaef7CanadaEast\",\r\n \"name\": \"egcrudrunnerdomainaf2eaef7CanadaEast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodince01.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodince01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodince01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodince02.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodince02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodince02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-centralindia.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-centralindia\",\r\n \"name\": \"eg-domains-latency-runner-domain-centralindia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomaincentralindia.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"centralindia\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/domains/testdomaincentralindia\",\r\n \"name\": \"testdomaincentralindia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain49e7785bcentralindia.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain49e7785bCentralIndia\",\r\n \"name\": \"egcrudrunnerdomain49e7785bCentralIndia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodinso-02.southindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodinso-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodinso-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodinso-01.southindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodinso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodinso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southindia.southindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southindia\",\r\n \"name\": \"eg-domains-latency-runner-domain-southindia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-westindia.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-westindia\",\r\n \"name\": \"eg-domains-latency-runner-domain-westindia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodinwe01.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodinwe01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodinwe01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodinwe02.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodinwe02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodinwe02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain0dc1c90bwestindia.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain0dc1c90bWestIndia\",\r\n \"name\": \"egcrudrunnerdomain0dc1c90bWestIndia\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-francecentral.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-francecentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-francecentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrce1b.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrce1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrce1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrce1c.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrce1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrce1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrce1a.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrce1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrce1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomaina008ebb4francecentral.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomaina008ebb4FranceCentral\",\r\n \"name\": \"egcrudrunnerdomaina008ebb4FranceCentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukwe01.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukwe01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukwe01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukwe02.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukwe02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukwe02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-ukwest.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-ukwest\",\r\n \"name\": \"eg-domains-latency-runner-domain-ukwest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain6d7e22b6ukwest.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain6d7e22b6UKWest\",\r\n \"name\": \"egcrudrunnerdomain6d7e22b6UKWest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-04.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-04\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-04\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-uksouth.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-uksouth\",\r\n \"name\": \"eg-domains-latency-runner-domain-uksouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-01.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-1a.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-1c.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodukso-1b.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodukso-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodukso-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain1a25541fuksouth.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain1a25541fUKSouth\",\r\n \"name\": \"egcrudrunnerdomain1a25541fUKSouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodkrce01.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodkrce01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodkrce01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodkrce02.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodkrce02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodkrce02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-koreacentral.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-koreacentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-koreacentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain056c7addkoreacentral.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain056c7addKoreaCentral\",\r\n \"name\": \"egcrudrunnerdomain056c7addKoreaCentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodkrso-02.koreasouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodkrso-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodkrso-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodkrso-01.koreasouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodkrso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodkrso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-koreasouth.koreasouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-koreasouth\",\r\n \"name\": \"eg-domains-latency-runner-domain-koreasouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain5c7d054bkoreasouth.koreasouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain5c7d054bKoreaSouth\",\r\n \"name\": \"egcrudrunnerdomain5c7d054bKoreaSouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodsafn-02.southafricanorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodsafn-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodsafn-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southafricanorth.southafricanorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southafricanorth\",\r\n \"name\": \"eg-domains-latency-runner-domain-southafricanorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodsafn-01.southafricanorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodsafn-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodsafn-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain38bdcc84southafricanorth.southafricanorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain38bdcc84SouthAfricaNorth\",\r\n \"name\": \"egcrudrunnerdomain38bdcc84SouthAfricaNorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainf4522e57southafricanorth.southafricanorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainf4522e57SouthAfricaNorth\",\r\n \"name\": \"egcrudrunnerdomainf4522e57SouthAfricaNorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-uaenorth.uaenorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-uaenorth\",\r\n \"name\": \"eg-domains-latency-runner-domain-uaenorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduaen-02.uaenorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduaen-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduaen-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduaen-01.uaenorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduaen-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduaen-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainb5cea3c9uaenorth.uaenorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainb5cea3c9UAENorth\",\r\n \"name\": \"egcrudrunnerdomainb5cea3c9UAENorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-switzerlandnorth.switzerlandnorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-switzerlandnorth\",\r\n \"name\": \"eg-domains-latency-runner-domain-switzerlandnorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodswno-01.switzerlandnorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodswno-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodswno-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodswno-02.switzerlandnorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodswno-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodswno-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain0e398e03switzerlandnorth.switzerlandnorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain0e398e03SwitzerlandNorth\",\r\n \"name\": \"egcrudrunnerdomain0e398e03SwitzerlandNorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-ltncy-runner-domain-gewestcentral.germanywestcentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/domains/eg-domains-ltncy-runner-domain-gewestcentral\",\r\n \"name\": \"eg-domains-ltncy-runner-domain-gewestcentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodgewc-01.germanywestcentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodgewc-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodgewc-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodgewc-02.germanywestcentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodgewc-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodgewc-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain3d9f9958norwayeast.norwayeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain3d9f9958NorwayEast\",\r\n \"name\": \"egcrudrunnerdomain3d9f9958NorwayEast\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-east-us-2-euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c34d7dfb-7665-4850-9090-bd1b7859f359\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-east-us-2-euap\",\r\n \"name\": \"eg-domains-latency-runner-domain-east-us-2-euap\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-001.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"db6c1a94-a596-4ec9-83b8-fa6971365565\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-001\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-001\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egdmansltncyrunnerdomainlocaltesteastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6db03474-af0e-499a-8fb5-68e33a589f77\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/egdmansltncyrunnerdomainlocaltesteastus2euap\",\r\n \"name\": \"egdmansltncyrunnerdomainlocaltesteastus2euap\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-02.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"212a50f7-332b-44ee-8a5e-97e804364237\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-03.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e9c1e0c6-baa2-4212-88fb-89f457b76267\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-03\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-03\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-000.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ba9e9744-5291-4fec-b1b6-7408b36ae453\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-000\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-000\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-1c.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8467db63-0bd8-40ab-8b35-d3b7fbcebed0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-1c\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-1c\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-1b.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7e486df4-7a41-4542-b9c9-c71bac7381e8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-1b\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-1b\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-1a.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1489ba1e-d76a-4ba2-a472-6c4dfa6ce861\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-1a\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-1a\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-201.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"261de9bf-e702-45ab-8d6d-59f080c7bc4c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-201\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-201\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-202.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9f8fc102-0693-4666-9970-38ff81448718\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-202\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-202\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-use2-301.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6a1810c4-00da-4779-b5bb-990b651827c9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-use2-301\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-use2-301\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomaindup5.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b589ef01-2ca8-41c9-aa80-4bb99a938ea2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/testDomainDup5\",\r\n \"name\": \"testDomainDup5\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomaine8b70966eastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"893afb8c-682e-4f46-80dc-36b8264fac9f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"EAST US 2 EUAP\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/domains/egcrudrunnerdomaine8b70966EASTUS2EUAP\",\r\n \"name\": \"egcrudrunnerdomaine8b70966EASTUS2EUAP\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-01.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0f415c0a-84a8-4d4f-b6fb-7a4f6f1828f8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-02.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6e8f9963-ee76-44a0-bd2b-c406ed862a38\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2fd80f0d-7eeb-4322-8532-7f58eb537ace\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-CentralUSEUAP\",\r\n \"name\": \"eg-domains-latency-runner-domain-CentralUSEUAP\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-7615.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"423bef80-a31f-48bc-ab3d-4638d4934da3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411/providers/Microsoft.EventGrid/domains/sdk-Domain-7615\",\r\n \"name\": \"sdk-Domain-7615\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-8144.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"513972e7-51cf-4602-a7ef-033ca2ad838c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555/providers/Microsoft.EventGrid/domains/sdk-Domain-8144\",\r\n \"name\": \"sdk-Domain-8144\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-1520.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3caa1c7c-4c40-4254-874e-5d76d7c9fa76\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963/providers/Microsoft.EventGrid/domains/sdk-Domain-1520\",\r\n \"name\": \"sdk-Domain-1520\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-2066.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"01c819bf-353c-4096-a9f1-9ae2adff2a53\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143/providers/Microsoft.EventGrid/domains/sdk-Domain-2066\",\r\n \"name\": \"sdk-Domain-2066\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-8257.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"efdaca7e-0da7-471d-8ace-026019de1ee5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261/providers/Microsoft.EventGrid/domains/sdk-Domain-8257\",\r\n \"name\": \"sdk-Domain-8257\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-2688.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ce049360-c956-46c9-8548-11de7b85f121\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173/providers/Microsoft.EventGrid/domains/sdk-Domain-2688\",\r\n \"name\": \"sdk-Domain-2688\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-743.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c9671440-9f07-464c-a4dc-437a6a0b532b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718/providers/Microsoft.EventGrid/domains/sdk-Domain-743\",\r\n \"name\": \"sdk-Domain-743\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://ce10domain.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": null\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"mytopicfield\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": null\r\n },\r\n \"eventType\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": null\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"c3ebca20-e118-46df-aef5-c591767240aa\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest/providers/Microsoft.EventGrid/domains/ce10domain\",\r\n \"name\": \"ce10domain\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-euap-usce-401.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2a0f3986-68f7-4d1a-95f4-479047245fac\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-euap-usce-401\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-euap-usce-401\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-7896.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b6a2534a-1a66-4177-91a8-4583e4079d9f\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523/providers/Microsoft.EventGrid/domains/sdk-Domain-7896\",\r\n \"name\": \"sdk-Domain-7896\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-6892.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4149e385-e84f-441f-a8b1-53ea2944a3a8\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704/providers/Microsoft.EventGrid/domains/sdk-Domain-6892\",\r\n \"name\": \"sdk-Domain-6892\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-7215.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"dc4c3538-8b69-48b6-9a5f-a1453f43712a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994/providers/Microsoft.EventGrid/domains/sdk-Domain-7215\",\r\n \"name\": \"sdk-Domain-7215\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainb8166f22centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ee1c6403-1f90-4d54-bcec-fba69d1a6f08\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainb8166f22CentralUSEUAP\",\r\n \"name\": \"egcrudrunnerdomainb8166f22CentralUSEUAP\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://domainname.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1aa1661c-e989-4abe-9123-6482a039ea28\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.EventGrid/domains/domainName\",\r\n \"name\": \"domainName\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://domain1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"14ffafe0-0af7-4d95-b2ee-53a13b81b3c0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"k1\": \"v1\",\r\n \"k2\": \"v2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/domain1\",\r\n \"name\": \"domain1\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomaindup3.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"72674d38-323b-46b4-8ecc-2e8796c13440\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/testDomainDup3\",\r\n \"name\": \"testDomainDup3\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomain1iprules.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"49e25f59-2b16-4c05-96b1-353ff4011aac\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"10.0.0.0/2\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"10.0.0.70/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/testDomain1IpRules\",\r\n \"name\": \"testDomain1IpRules\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomain1iprules3.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b883639b-4292-4e41-9652-8657d390528e\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"101.0.0.90/2\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"101.0.0.70/8\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/testDomain1IpRules3\",\r\n \"name\": \"testDomain1IpRules3\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdomain1iprules4.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a3edc98f-ccda-4940-8a35-f1da15147cbb\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"19.12.43.90/20\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"19.12.43.70/23\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/domains/testDomain1IpRules4\",\r\n \"name\": \"testDomain1IpRules4\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-2228.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"67cd1def-742c-41f8-990f-c4bf54b938f6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035/providers/Microsoft.EventGrid/domains/sdk-Domain-2228\",\r\n \"name\": \"sdk-Domain-2228\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-193.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"4b2096f9-bb04-4d1e-a57c-17fbea082205\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772/providers/Microsoft.EventGrid/domains/sdk-Domain-193\",\r\n \"name\": \"sdk-Domain-193\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-9579.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"3fd59050-783d-4ba4-a750-e5d2d6610b6e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717/providers/Microsoft.EventGrid/domains/sdk-Domain-9579\",\r\n \"name\": \"sdk-Domain-9579\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-auc2-01.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-auc2-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-auc2-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-australiacentral2.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-australiacentral2\",\r\n \"name\": \"eg-domains-latency-runner-domain-australiacentral2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-eg-auc2-02.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-eg-auc2-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-eg-auc2-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomainb6e3fe27australiacentral2.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/domains/egcrudrunnerdomainb6e3fe27AustraliaCentral2\",\r\n \"name\": \"egcrudrunnerdomainb6e3fe27AustraliaCentral2\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrso-02.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrso-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrso-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodfrso-01.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodfrso-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodfrso-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-francesouth.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-francesouth\",\r\n \"name\": \"eg-domains-latency-runner-domain-francesouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain51011b1cfrancesouth.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain51011b1cFranceSouth\",\r\n \"name\": \"egcrudrunnerdomain51011b1cFranceSouth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-southafricawest.southafricawest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-southafricawest\",\r\n \"name\": \"eg-domains-latency-runner-domain-southafricawest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodsafw-01.southafricawest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodsafw-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodsafw-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodsafw-02.southafricawest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodsafw-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodsafw-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomaina41e0f32southafricawest.southafricawest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomaina41e0f32SouthAfricaWest\",\r\n \"name\": \"egcrudrunnerdomaina41e0f32SouthAfricaWest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-uaecentral.uaecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-uaecentral\",\r\n \"name\": \"eg-domains-latency-runner-domain-uaecentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduaec-01.uaecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduaec-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduaec-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egproduaec-02.uaecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egproduaec-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egproduaec-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain90968fb1uaecentral.uaecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain90968fb1UAECentral\",\r\n \"name\": \"egcrudrunnerdomain90968fb1UAECentral\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-switzerlandwest.switzerlandwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-switzerlandwest\",\r\n \"name\": \"eg-domains-latency-runner-domain-switzerlandwest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodswwe-01.switzerlandwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodswwe-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodswwe-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodswwe-02.switzerlandwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodswwe-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodswwe-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain358e95beswitzerlandwest.switzerlandwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain358e95beSwitzerlandWest\",\r\n \"name\": \"egcrudrunnerdomain358e95beSwitzerlandWest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-germanynorth.germanynorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-germanynorth\",\r\n \"name\": \"eg-domains-latency-runner-domain-germanynorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodgeno-01.germanynorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodgeno-01\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodgeno-01\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-domains-latency-runner-domain-egprodgeno-02.germanynorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/domains/eg-domains-latency-runner-domain-egprodgeno-02\",\r\n \"name\": \"eg-domains-latency-runner-domain-egprodgeno-02\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain1271db16germanynorth.germanynorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain1271db16GermanyNorth\",\r\n \"name\": \"egcrudrunnerdomain1271db16GermanyNorth\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerdomain19bdfc23norwaywest.norwaywest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/domains/egcrudrunnerdomain19bdfc23NorwayWest\",\r\n \"name\": \"egcrudrunnerdomain19bdfc23NorwayWest\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C9F7EEEA-076C-4D91-8340-A7B3185FDCD6?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQzlGN0VFRUEtMDc2Qy00RDkxLTgzNDAtQTdCMzE4NUZEQ0Q2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/612C017C-C107-450B-AC5A-A0B76D230376?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNjEyQzAxN0MtQzEwNy00NTBCLUFDNUEtQTBCNzZEMjMwMzc2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1002,7 +1002,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1010,7 +1010,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:37 GMT" + "Sat, 06 Jun 2020 01:52:48 GMT" ], "Pragma": [ "no-cache" @@ -1022,22 +1022,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b5d79731-db71-4945-9b62-0bba921294a7" + "e2235d7f-7574-4649-88a3-3e971a426209" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11987" ], "x-ms-correlation-request-id": [ - "e05731f6-3c0b-4119-aa2d-01f6fe7d09b2" + "f0b3a897-7d8b-47e8-8fbb-73201e7da40c" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111838Z:e05731f6-3c0b-4119-aa2d-01f6fe7d09b2" + "WESTUS:20200606T015248Z:f0b3a897-7d8b-47e8-8fbb-73201e7da40c" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1046,17 +1046,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C9F7EEEA-076C-4D91-8340-A7B3185FDCD6?api-version=2020-04-01-preview\",\r\n \"name\": \"c9f7eeea-076c-4d91-8340-a7b3185fdcd6\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/612C017C-C107-450B-AC5A-A0B76D230376?api-version=2020-06-01\",\r\n \"name\": \"612c017c-c107-450b-ac5a-a0b76d230376\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n }\r\n}", + "RequestBody": "{\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"properties\": {\r\n \"publicNetworkAccess\": \"Enabled\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "11c36fd2-b8e2-42b1-b1d4-ad9df1cdc884" + "15eaae25-8abb-4de5-82c6-698fb8a3e273" ], "accept-language": [ "en-US" @@ -1065,13 +1065,13 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "95" + "158" ] }, "ResponseHeaders": { @@ -1079,7 +1079,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:38 GMT" + "Sat, 06 Jun 2020 01:52:49 GMT" ], "Pragma": [ "no-cache" @@ -1094,25 +1094,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/A7039F2A-82D9-44E5-93BE-E5FE594D013C?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DE706EF4-857C-4B87-9704-9233D8E6347F?api-version=2020-06-01" ], "x-ms-request-id": [ - "0518eade-c5b2-472f-8dd3-0d555751db59" + "c3309481-b65d-4f4c-9f0d-e391bffffb8f" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "9d44d422-103d-452e-aefd-9c04f69b86a7" + "adc6d696-82ee-4179-9fb3-88adc3672ea1" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111839Z:9d44d422-103d-452e-aefd-9c04f69b86a7" + "WESTUS:20200606T015249Z:adc6d696-82ee-4179-9fb3-88adc3672ea1" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "776" + "750" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1121,12 +1121,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": \"https://sdk-domain-1352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"344d1ffb-c676-4d42-ac5c-fddeea62a4e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352\",\r\n \"name\": \"sdk-Domain-1352\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": \"https://sdk-domain-640.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": null,\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": null,\r\n \"eventType\": null,\r\n \"subject\": null,\r\n \"dataVersion\": null\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"b4f9d88c-b4c8-4e5a-9dc5-10e51460b104\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640\",\r\n \"name\": \"sdk-Domain-640\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/A7039F2A-82D9-44E5-93BE-E5FE594D013C?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQTcwMzlGMkEtODJEOS00NEU1LTkzQkUtRTVGRTU5NEQwMTNDP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DE706EF4-857C-4B87-9704-9233D8E6347F?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvREU3MDZFRjQtODU3Qy00Qjg3LTk3MDQtOTIzM0Q4RTYzNDdGP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1134,7 +1134,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1142,7 +1142,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:18:48 GMT" + "Sat, 06 Jun 2020 01:52:59 GMT" ], "Pragma": [ "no-cache" @@ -1154,22 +1154,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "638b4fea-81ee-4568-87dc-c42763097d2b" + "500babed-221f-4dc9-8a41-d0c2b95bcbf7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11985" ], "x-ms-correlation-request-id": [ - "f70115df-1fa2-4fce-93eb-7315eceeda0c" + "ed81bf43-acf5-430b-9410-5b9b09f7a184" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111849Z:f70115df-1fa2-4fce-93eb-7315eceeda0c" + "WESTUS:20200606T015259Z:ed81bf43-acf5-430b-9410-5b9b09f7a184" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1178,12 +1178,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/A7039F2A-82D9-44E5-93BE-E5FE594D013C?api-version=2020-04-01-preview\",\r\n \"name\": \"a7039f2a-82d9-44e5-93be-e5fe594d013c\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DE706EF4-857C-4B87-9704-9233D8E6347F?api-version=2020-06-01\",\r\n \"name\": \"de706ef4-857c-4b87-9704-9233d8e6347f\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/D3D0FCF7-1254-4696-8B93-BA10D33EFDBB?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRDNEMEZDRjctMTI1NC00Njk2LThCOTMtQkExMEQzM0VGREJCP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/84895A1E-07C5-4E18-82CB-D607C172CD15?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvODQ4OTVBMUUtMDdDNS00RTE4LTgyQ0ItRDYwN0MxNzJDRDE1P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1191,7 +1191,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1199,7 +1199,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:19:00 GMT" + "Sat, 06 Jun 2020 01:53:09 GMT" ], "Pragma": [ "no-cache" @@ -1211,22 +1211,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0dce5c28-2e9e-4e28-8f72-fb519a3ab3be" + "6d33aef1-0dec-48e8-a438-01c6c5d93129" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11983" ], "x-ms-correlation-request-id": [ - "bfad1a38-6a98-4167-bd31-4401144bd9c0" + "557a8537-1d4a-4aba-8b17-6ba633c6c299" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111901Z:bfad1a38-6a98-4167-bd31-4401144bd9c0" + "WESTUS:20200606T015310Z:557a8537-1d4a-4aba-8b17-6ba633c6c299" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1235,17 +1235,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/D3D0FCF7-1254-4696-8B93-BA10D33EFDBB?api-version=2020-04-01-preview\",\r\n \"name\": \"d3d0fcf7-1254-4696-8b93-ba10d33efdbb\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/84895A1E-07C5-4E18-82CB-D607C172CD15?api-version=2020-06-01\",\r\n \"name\": \"84895a1e-07c5-4e18-82cb-d607c172cd15\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTc4MDk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtNzc3NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "21aad7f6-e0ca-43db-bbed-1bd30d6b4944" + "ebaedf83-b4cf-47a1-b7c8-804ce3fff130" ], "accept-language": [ "en-US" @@ -1254,7 +1254,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1262,7 +1262,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:19:01 GMT" + "Sat, 06 Jun 2020 01:53:10 GMT" ], "Pragma": [ "no-cache" @@ -1277,25 +1277,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/CAFEE101-BDCE-40E3-A6F6-4722EE6C597E?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/018FCC16-D936-428D-8711-0089C1A2113B?api-version=2020-06-01" ], "x-ms-request-id": [ - "1bd0eb27-000b-48e1-8a78-3ff524ad3b97" + "12f6e6c9-696f-426b-8642-e02f80e7198b" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1195" ], "x-ms-correlation-request-id": [ - "cb334c85-c6e3-4147-8187-f0f88260f5bb" + "4f1ca393-0cce-4704-8ab6-c02033a17a94" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111901Z:cb334c85-c6e3-4147-8187-f0f88260f5bb" + "WESTUS:20200606T015311Z:4f1ca393-0cce-4704-8ab6-c02033a17a94" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "299" + "298" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1304,12 +1304,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809\",\r\n \"name\": \"sdk-DomainTopic-7809\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775\",\r\n \"name\": \"sdk-DomainTopic-7775\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/CAFEE101-BDCE-40E3-A6F6-4722EE6C597E?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQ0FGRUUxMDEtQkRDRS00MEUzLUE2RjYtNDcyMkVFNkM1OTdFP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/018FCC16-D936-428D-8711-0089C1A2113B?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMDE4RkNDMTYtRDkzNi00MjhELTg3MTEtMDA4OUMxQTIxMTNCP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1317,7 +1317,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1325,7 +1325,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:19:11 GMT" + "Sat, 06 Jun 2020 01:53:20 GMT" ], "Pragma": [ "no-cache" @@ -1337,22 +1337,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5cb205f0-e8c7-4882-a882-d6a92586821c" + "34bbfff7-bbae-4c5b-bc48-a2f899911a69" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11981" ], "x-ms-correlation-request-id": [ - "f7614f01-29d4-4ed5-92dd-775a0a35dcd0" + "002c524c-e42d-407b-b361-392fb9b022ed" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111911Z:f7614f01-29d4-4ed5-92dd-775a0a35dcd0" + "WESTUS:20200606T015321Z:002c524c-e42d-407b-b361-392fb9b022ed" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1361,12 +1361,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/CAFEE101-BDCE-40E3-A6F6-4722EE6C597E?api-version=2020-04-01-preview\",\r\n \"name\": \"cafee101-bdce-40e3-a6f6-4722ee6c597e\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/018FCC16-D936-428D-8711-0089C1A2113B?api-version=2020-06-01\",\r\n \"name\": \"018fcc16-d936-428d-8711-0089c1a2113b\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTc4MDk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtNzc3NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1374,7 +1374,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1382,7 +1382,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:19:11 GMT" + "Sat, 06 Jun 2020 01:53:20 GMT" ], "Pragma": [ "no-cache" @@ -1394,22 +1394,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0dbfeef9-67e4-4d89-9664-c2a5063f8ec5" + "daee7bd3-2222-4cce-80a8-7b2f29781a9b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11980" ], "x-ms-correlation-request-id": [ - "3ff56274-b699-4a66-9dbb-4cb003522720" + "ef40fa7f-f75d-4bce-961a-17c1294e79e2" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111911Z:3ff56274-b699-4a66-9dbb-4cb003522720" + "WESTUS:20200606T015321Z:ef40fa7f-f75d-4bce-961a-17c1294e79e2" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "300" + "299" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1418,17 +1418,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809\",\r\n \"name\": \"sdk-DomainTopic-7809\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775\",\r\n \"name\": \"sdk-DomainTopic-7775\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTc4MDk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtNzc3NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "918b1e3f-183f-4120-8f7e-665f94880445" + "63c4dc6e-644b-4154-b687-cf3c0a6c5b2b" ], "accept-language": [ "en-US" @@ -1437,7 +1437,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1445,7 +1445,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:19:16 GMT" + "Sat, 06 Jun 2020 01:53:25 GMT" ], "Pragma": [ "no-cache" @@ -1457,22 +1457,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "19562434-2159-4341-bb52-3e533f58d65f" + "1c3b6db5-6e28-4ea1-b008-6c16b547e96d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11979" ], "x-ms-correlation-request-id": [ - "95cecbd3-15a8-4a15-b036-0e48a7ea8aeb" + "57f90535-4984-4743-b368-f53ad8602fa4" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111917Z:95cecbd3-15a8-4a15-b036-0e48a7ea8aeb" + "WESTUS:20200606T015326Z:57f90535-4984-4743-b368-f53ad8602fa4" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "300" + "299" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1481,17 +1481,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809\",\r\n \"name\": \"sdk-DomainTopic-7809\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775\",\r\n \"name\": \"sdk-DomainTopic-7775\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTc4MDk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtNzc3NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dbe8706d-4878-4c84-887a-c3354e03b2e5" + "53750073-9a96-41f0-8f32-31ec3774e2d3" ], "accept-language": [ "en-US" @@ -1500,7 +1500,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1508,7 +1508,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:19:16 GMT" + "Sat, 06 Jun 2020 01:53:25 GMT" ], "Pragma": [ "no-cache" @@ -1520,22 +1520,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "065dbf4c-6745-4acf-9b8a-e6e4bf22f203" + "46f35f62-d3bd-4cbe-87e5-0ac3000e3f92" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11978" ], "x-ms-correlation-request-id": [ - "884f6633-db5b-4a4c-aeed-7febc2b9f7e4" + "13d6b304-3321-4acd-a17a-8f4bbfc06075" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111917Z:884f6633-db5b-4a4c-aeed-7febc2b9f7e4" + "WESTUS:20200606T015326Z:13d6b304-3321-4acd-a17a-8f4bbfc06075" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "300" + "299" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1544,17 +1544,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809\",\r\n \"name\": \"sdk-DomainTopic-7809\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775\",\r\n \"name\": \"sdk-DomainTopic-7775\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTE3MTE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtOTcwND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "af3753cd-6e92-4e9f-afbd-0185e66a346a" + "3f1e92e4-47b0-4096-aa32-8557a25e3618" ], "accept-language": [ "en-US" @@ -1563,7 +1563,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1571,7 +1571,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:19:16 GMT" + "Sat, 06 Jun 2020 01:53:25 GMT" ], "Pragma": [ "no-cache" @@ -1586,25 +1586,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/06B1BA50-8C97-4E20-AA86-EADBDC1AC72B?api-version=2020-06-01" ], "x-ms-request-id": [ - "4872b42e-40a2-4822-abe7-49b631a2303a" + "cfd9531e-40c3-4a7e-9ecc-595ab3c1a157" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1194" ], "x-ms-correlation-request-id": [ - "305eb374-fa8b-433d-a303-29ae70ac8e83" + "937c645d-e650-40c7-aef2-ae9eeb41a725" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111917Z:305eb374-fa8b-433d-a303-29ae70ac8e83" + "WESTUS:20200606T015326Z:937c645d-e650-40c7-aef2-ae9eeb41a725" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "299" + "298" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1613,183 +1613,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711\",\r\n \"name\": \"sdk-DomainTopic-1711\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704\",\r\n \"name\": \"sdk-DomainTopic-9704\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRUJGMkMxNTMtMjk1NC00QTk2LUFGMTgtNEFEODlBRUUwN0IzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 14 May 2020 11:19:26 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "af9c6328-2449-468e-975b-430f7f1ef48c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" - ], - "x-ms-correlation-request-id": [ - "7f4d4d8c-858e-4748-ae0c-2ff78a63e98c" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200514T111927Z:7f4d4d8c-858e-4748-ae0c-2ff78a63e98c" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "291" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview\",\r\n \"name\": \"ebf2c153-2954-4a96-af18-4ad89aee07b3\",\r\n \"status\": \"Active\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRUJGMkMxNTMtMjk1NC00QTk2LUFGMTgtNEFEODlBRUUwN0IzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 14 May 2020 11:19:36 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "689188ae-e395-4812-aec6-91229e0c7160" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" - ], - "x-ms-correlation-request-id": [ - "85047ca6-b3b5-433e-bd8f-3cb2223868c4" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200514T111937Z:85047ca6-b3b5-433e-bd8f-3cb2223868c4" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "291" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview\",\r\n \"name\": \"ebf2c153-2954-4a96-af18-4ad89aee07b3\",\r\n \"status\": \"Active\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRUJGMkMxNTMtMjk1NC00QTk2LUFGMTgtNEFEODlBRUUwN0IzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 14 May 2020 11:19:46 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "f2a626d9-c80f-476d-8107-c8fae360eee2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "ba185ed0-7d41-4b82-9fdc-3a12b37a073f" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200514T111947Z:ba185ed0-7d41-4b82-9fdc-3a12b37a073f" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "291" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview\",\r\n \"name\": \"ebf2c153-2954-4a96-af18-4ad89aee07b3\",\r\n \"status\": \"Active\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRUJGMkMxNTMtMjk1NC00QTk2LUFGMTgtNEFEODlBRUUwN0IzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/06B1BA50-8C97-4E20-AA86-EADBDC1AC72B?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMDZCMUJBNTAtOEM5Ny00RTIwLUFBODYtRUFEQkRDMUFDNzJCP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1797,7 +1626,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1805,7 +1634,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:19:56 GMT" + "Sat, 06 Jun 2020 01:53:36 GMT" ], "Pragma": [ "no-cache" @@ -1817,136 +1646,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bcaf24b7-de9f-4a60-b891-d7666a837f12" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-correlation-request-id": [ - "b6c03aad-d035-4a52-b79b-ef3b6bdc6e9a" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200514T111957Z:b6c03aad-d035-4a52-b79b-ef3b6bdc6e9a" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "291" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview\",\r\n \"name\": \"ebf2c153-2954-4a96-af18-4ad89aee07b3\",\r\n \"status\": \"Active\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRUJGMkMxNTMtMjk1NC00QTk2LUFGMTgtNEFEODlBRUUwN0IzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 14 May 2020 11:20:06 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "f5aa14ed-b154-4293-aaf6-3ee4c3caa55c" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "3f234a51-720c-4900-b515-bf4c787f91dc" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200514T112007Z:3f234a51-720c-4900-b515-bf4c787f91dc" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "291" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview\",\r\n \"name\": \"ebf2c153-2954-4a96-af18-4ad89aee07b3\",\r\n \"status\": \"Active\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRUJGMkMxNTMtMjk1NC00QTk2LUFGMTgtNEFEODlBRUUwN0IzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 14 May 2020 11:20:17 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "bbfb4cef-c991-4fcd-b8b6-8fe454939c52" + "8ed4d677-dcd7-45b6-acd0-c7d8ef54e88e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11977" ], "x-ms-correlation-request-id": [ - "cac3cc35-df74-430d-a187-19ee3c98965c" + "5ec21a5f-4219-4176-9368-df55a78722f2" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112017Z:cac3cc35-df74-430d-a187-19ee3c98965c" + "WESTUS:20200606T015336Z:5ec21a5f-4219-4176-9368-df55a78722f2" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1955,12 +1670,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EBF2C153-2954-4A96-AF18-4AD89AEE07B3?api-version=2020-04-01-preview\",\r\n \"name\": \"ebf2c153-2954-4a96-af18-4ad89aee07b3\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/06B1BA50-8C97-4E20-AA86-EADBDC1AC72B?api-version=2020-06-01\",\r\n \"name\": \"06b1ba50-8c97-4e20-aa86-eadbdc1ac72b\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTE3MTE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtOTcwND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1968,7 +1683,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1976,7 +1691,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:18 GMT" + "Sat, 06 Jun 2020 01:53:37 GMT" ], "Pragma": [ "no-cache" @@ -1988,22 +1703,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1a1e818e-48d2-4eed-bc1a-ef2dec49decb" + "90c775de-3666-4090-a17a-4b35a18458e0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11976" ], "x-ms-correlation-request-id": [ - "31e97de1-53f9-4d65-90f6-1bcc95fbb45e" + "b32553a8-7763-4aa5-aae9-f08e4cfe8c62" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112018Z:31e97de1-53f9-4d65-90f6-1bcc95fbb45e" + "WESTUS:20200606T015337Z:b32553a8-7763-4aa5-aae9-f08e4cfe8c62" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "300" + "299" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2012,17 +1727,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711\",\r\n \"name\": \"sdk-DomainTopic-1711\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704\",\r\n \"name\": \"sdk-DomainTopic-9704\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTE3MTE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtOTcwND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f092c5a0-ddf7-4286-9aac-f804611f8128" + "1a5c1d9b-a14b-4ceb-beaf-eb2690c0d509" ], "accept-language": [ "en-US" @@ -2031,7 +1746,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2039,7 +1754,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:23 GMT" + "Sat, 06 Jun 2020 01:53:42 GMT" ], "Pragma": [ "no-cache" @@ -2051,22 +1766,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6a7022a9-f7a6-4496-aed4-c44d479b7157" + "0ac1a753-df65-4af1-9a50-301026d0ec43" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11975" ], "x-ms-correlation-request-id": [ - "542e0e71-fdd9-4a17-9310-c5a516c3adb1" + "fc14d4d5-7bba-4f18-be68-697e8d5675e6" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112023Z:542e0e71-fdd9-4a17-9310-c5a516c3adb1" + "WESTUS:20200606T015342Z:fc14d4d5-7bba-4f18-be68-697e8d5675e6" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "300" + "299" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2075,17 +1790,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711\",\r\n \"name\": \"sdk-DomainTopic-1711\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704\",\r\n \"name\": \"sdk-DomainTopic-9704\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTE3MTE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtOTcwND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "161d35bb-9ff4-4a81-84ec-76850228557a" + "100cfb55-b4d3-4a0c-9c50-c58691ccb2fd" ], "accept-language": [ "en-US" @@ -2094,7 +1809,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2102,7 +1817,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:23 GMT" + "Sat, 06 Jun 2020 01:53:42 GMT" ], "Pragma": [ "no-cache" @@ -2114,22 +1829,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0f3ebbfe-a865-4d25-a809-35e9122398c7" + "f57f9aab-730a-4be1-83e4-84e0e8d8c752" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], "x-ms-correlation-request-id": [ - "238fa2aa-8160-4ea1-9074-3793c92c969e" + "6a2dbca3-57a5-4fd1-9657-598f7b0988a1" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112023Z:238fa2aa-8160-4ea1-9074-3793c92c969e" + "WESTUS:20200606T015342Z:6a2dbca3-57a5-4fd1-9657-598f7b0988a1" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "300" + "299" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2138,17 +1853,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711\",\r\n \"name\": \"sdk-DomainTopic-1711\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704\",\r\n \"name\": \"sdk-DomainTopic-9704\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3M/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "62c198ac-cda5-465a-b826-f41dd00dfa2a" + "7485872b-5722-4ea7-81c4-4028b4f3736a" ], "accept-language": [ "en-US" @@ -2157,7 +1872,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2165,7 +1880,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:23 GMT" + "Sat, 06 Jun 2020 01:53:42 GMT" ], "Pragma": [ "no-cache" @@ -2177,22 +1892,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aaf62026-ab7b-49cb-8d37-8a49fe66430f" + "d1f41e6f-c3b7-4c81-bec7-5a62cb4dbaa0" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11973" ], "x-ms-correlation-request-id": [ - "2dc5c45f-a4a8-4ead-89f8-46ee87f08cd4" + "5fa2823f-37d2-48c4-a1ec-7c20671bbadd" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112023Z:2dc5c45f-a4a8-4ead-89f8-46ee87f08cd4" + "WESTUS:20200606T015342Z:5fa2823f-37d2-48c4-a1ec-7c20671bbadd" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "613" + "611" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2201,17 +1916,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809\",\r\n \"name\": \"sdk-DomainTopic-7809\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711\",\r\n \"name\": \"sdk-DomainTopic-1711\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775\",\r\n \"name\": \"sdk-DomainTopic-7775\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704\",\r\n \"name\": \"sdk-DomainTopic-9704\",\r\n \"type\": \"Microsoft.EventGrid/domains/topics\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-7809?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTc4MDk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-7775?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtNzc3NT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dee6fa5f-897c-4fa7-b5de-11b93a4a22ea" + "f109b4a2-1c90-43ee-8c9b-526ea8a8809f" ], "accept-language": [ "en-US" @@ -2220,7 +1935,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2228,13 +1943,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:23 GMT" + "Sat, 06 Jun 2020 01:53:42 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/7CF66E9D-7A16-416D-BC01-A05F8B5A1118?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/3A2D6B5A-A164-418C-AC86-398B21735402?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -2246,19 +1961,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/7CF66E9D-7A16-416D-BC01-A05F8B5A1118?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/3A2D6B5A-A164-418C-AC86-398B21735402?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-request-id": [ - "ae7e7ab5-95e3-409d-b64e-c8fe1e777767" + "099bed2a-491b-422d-8754-f95ae023ac52" ], "x-ms-correlation-request-id": [ - "ae7e7ab5-95e3-409d-b64e-c8fe1e777767" + "099bed2a-491b-422d-8754-f95ae023ac52" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112023Z:ae7e7ab5-95e3-409d-b64e-c8fe1e777767" + "WESTUS:20200606T015342Z:099bed2a-491b-422d-8754-f95ae023ac52" ], "X-Content-Type-Options": [ "nosniff" @@ -2274,8 +1989,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/7CF66E9D-7A16-416D-BC01-A05F8B5A1118?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvN0NGNjZFOUQtN0ExNi00MTZELUJDMDEtQTA1RjhCNUExMTE4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/3A2D6B5A-A164-418C-AC86-398B21735402?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvM0EyRDZCNUEtQTE2NC00MThDLUFDODYtMzk4QjIxNzM1NDAyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2283,7 +1998,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2291,7 +2006,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:33 GMT" + "Sat, 06 Jun 2020 01:53:52 GMT" ], "Pragma": [ "no-cache" @@ -2303,22 +2018,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "915075ce-f57c-4a59-8c96-bf41e67d3348" + "1aa439e9-0866-409c-8433-2ef20cd1ed44" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11972" ], "x-ms-correlation-request-id": [ - "cee50b34-94c8-4236-a61c-4f99b595e224" + "503dc8bb-6f82-4aa8-a172-ca9f01a356ed" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112033Z:cee50b34-94c8-4236-a61c-4f99b595e224" + "WESTUS:20200606T015352Z:503dc8bb-6f82-4aa8-a172-ca9f01a356ed" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2327,12 +2042,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/7CF66E9D-7A16-416D-BC01-A05F8B5A1118?api-version=2020-04-01-preview\",\r\n \"name\": \"7cf66e9d-7a16-416d-bc01-a05f8b5a1118\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/3A2D6B5A-A164-418C-AC86-398B21735402?api-version=2020-06-01\",\r\n \"name\": \"3a2d6b5a-a164-418c-ac86-398b21735402\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/7CF66E9D-7A16-416D-BC01-A05F8B5A1118?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvN0NGNjZFOUQtN0ExNi00MTZELUJDMDEtQTA1RjhCNUExMTE4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/3A2D6B5A-A164-418C-AC86-398B21735402?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvM0EyRDZCNUEtQTE2NC00MThDLUFDODYtMzk4QjIxNzM1NDAyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2340,7 +2055,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2348,7 +2063,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:33 GMT" + "Sat, 06 Jun 2020 01:53:52 GMT" ], "Pragma": [ "no-cache" @@ -2360,16 +2075,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fce2b449-9026-41ba-9985-8cb90eea8ac9" + "829d6d24-dceb-4802-a169-24a23f478bfe" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11971" ], "x-ms-correlation-request-id": [ - "e2b27aa1-7363-42dc-9329-484c9f9f3b22" + "ea171765-d492-413b-8478-9b5c7d667845" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112033Z:e2b27aa1-7363-42dc-9329-484c9f9f3b22" + "WESTUS:20200606T015352Z:ea171765-d492-413b-8478-9b5c7d667845" ], "X-Content-Type-Options": [ "nosniff" @@ -2385,13 +2100,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352/topics/sdk-DomainTopic-1711?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mi90b3BpY3Mvc2RrLURvbWFpblRvcGljLTE3MTE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640/topics/sdk-DomainTopic-9704?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwL3RvcGljcy9zZGstRG9tYWluVG9waWMtOTcwND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1268b7fb-2e17-4152-b349-4c877d9b41c7" + "400dbc35-57c0-4993-868f-fbcb0f8840b5" ], "accept-language": [ "en-US" @@ -2400,7 +2115,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2408,13 +2123,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:33 GMT" + "Sat, 06 Jun 2020 01:53:53 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/02F17D7B-7AC4-44C7-90F5-1F162BD81204?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/E7BF2F7E-39B4-4833-B8A0-D4ECD1407586?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -2426,19 +2141,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/02F17D7B-7AC4-44C7-90F5-1F162BD81204?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E7BF2F7E-39B4-4833-B8A0-D4ECD1407586?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-request-id": [ - "38f0339b-84d3-48ca-89ae-cd6910fb5bfd" + "d362171b-1f93-4f3a-b161-5df90f04a6c7" ], "x-ms-correlation-request-id": [ - "38f0339b-84d3-48ca-89ae-cd6910fb5bfd" + "d362171b-1f93-4f3a-b161-5df90f04a6c7" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112034Z:38f0339b-84d3-48ca-89ae-cd6910fb5bfd" + "WESTUS:20200606T015353Z:d362171b-1f93-4f3a-b161-5df90f04a6c7" ], "X-Content-Type-Options": [ "nosniff" @@ -2454,8 +2169,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/02F17D7B-7AC4-44C7-90F5-1F162BD81204?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMDJGMTdEN0ItN0FDNC00NEM3LTkwRjUtMUYxNjJCRDgxMjA0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E7BF2F7E-39B4-4833-B8A0-D4ECD1407586?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRTdCRjJGN0UtMzlCNC00ODMzLUI4QTAtRDRFQ0QxNDA3NTg2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2463,7 +2178,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2471,7 +2186,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:43 GMT" + "Sat, 06 Jun 2020 01:54:03 GMT" ], "Pragma": [ "no-cache" @@ -2483,22 +2198,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d5961ca4-82e7-4d41-913f-0c107358a2f2" + "7fc90ef5-3a62-4c90-a3f6-b1710122956e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11970" ], "x-ms-correlation-request-id": [ - "55bd351d-be86-41d6-b107-af27b52fb0d9" + "b0609173-9b90-439b-af7b-35bc6721e463" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112044Z:55bd351d-be86-41d6-b107-af27b52fb0d9" + "WESTUS:20200606T015403Z:b0609173-9b90-439b-af7b-35bc6721e463" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2507,12 +2222,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/02F17D7B-7AC4-44C7-90F5-1F162BD81204?api-version=2020-04-01-preview\",\r\n \"name\": \"02f17d7b-7ac4-44c7-90f5-1f162bd81204\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E7BF2F7E-39B4-4833-B8A0-D4ECD1407586?api-version=2020-06-01\",\r\n \"name\": \"e7bf2f7e-39b4-4833-b8a0-d4ecd1407586\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/02F17D7B-7AC4-44C7-90F5-1F162BD81204?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvMDJGMTdEN0ItN0FDNC00NEM3LTkwRjUtMUYxNjJCRDgxMjA0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/E7BF2F7E-39B4-4833-B8A0-D4ECD1407586?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvRTdCRjJGN0UtMzlCNC00ODMzLUI4QTAtRDRFQ0QxNDA3NTg2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2520,7 +2235,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2528,7 +2243,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:44 GMT" + "Sat, 06 Jun 2020 01:54:03 GMT" ], "Pragma": [ "no-cache" @@ -2540,16 +2255,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0c4542a7-ea80-4f6c-b404-a88f94ed053e" + "05679108-0957-44fa-88e1-992f6fd61d16" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11969" ], "x-ms-correlation-request-id": [ - "c311cc55-5439-43ec-9114-b499c36364e5" + "3f1282ae-0395-4d7e-b659-bea3916f84ce" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112044Z:c311cc55-5439-43ec-9114-b499c36364e5" + "WESTUS:20200606T015403Z:3f1282ae-0395-4d7e-b659-bea3916f84ce" ], "X-Content-Type-Options": [ "nosniff" @@ -2565,13 +2280,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6869/providers/Microsoft.EventGrid/domains/sdk-Domain-1352?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNjg2OS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tMTM1Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326/providers/Microsoft.EventGrid/domains/sdk-Domain-640?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDMyNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0bbdd986-068c-4d84-9ab2-8663f5e2d6dc" + "ec1cc5db-7fa3-46b7-b68b-509ad340cf1d" ], "accept-language": [ "en-US" @@ -2580,7 +2295,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2588,13 +2303,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:44 GMT" + "Sat, 06 Jun 2020 01:54:03 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/2E522076-19CA-4457-B71C-AEE4CB5C3AF7?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/EAB183AE-CBAC-4B02-80D9-64BEEEFD4CE2?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -2606,19 +2321,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2E522076-19CA-4457-B71C-AEE4CB5C3AF7?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EAB183AE-CBAC-4B02-80D9-64BEEEFD4CE2?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14997" ], "x-ms-request-id": [ - "573cb325-d6ec-4b6e-a42a-b4364d82f60a" + "c23ec6ae-ba0c-4bb9-93cb-eefed7a3de5e" ], "x-ms-correlation-request-id": [ - "573cb325-d6ec-4b6e-a42a-b4364d82f60a" + "c23ec6ae-ba0c-4bb9-93cb-eefed7a3de5e" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112044Z:573cb325-d6ec-4b6e-a42a-b4364d82f60a" + "WESTUS:20200606T015403Z:c23ec6ae-ba0c-4bb9-93cb-eefed7a3de5e" ], "X-Content-Type-Options": [ "nosniff" @@ -2634,8 +2349,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2E522076-19CA-4457-B71C-AEE4CB5C3AF7?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMkU1MjIwNzYtMTlDQS00NDU3LUI3MUMtQUVFNENCNUMzQUY3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EAB183AE-CBAC-4B02-80D9-64BEEEFD4CE2?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRUFCMTgzQUUtQ0JBQy00QjAyLTgwRDktNjRCRUVFRkQ0Q0UyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2643,7 +2358,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2651,7 +2366,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:54 GMT" + "Sat, 06 Jun 2020 01:54:13 GMT" ], "Pragma": [ "no-cache" @@ -2663,22 +2378,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce7dd6a9-7f46-4280-9baa-82b4bf587d18" + "b4ea42e5-3ebc-4ccf-a419-22b5e7459548" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11968" ], "x-ms-correlation-request-id": [ - "28d4058e-a22f-4582-826e-a5271db80b07" + "80aaac3f-2c31-46cc-aedc-4a764ddd1331" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112054Z:28d4058e-a22f-4582-826e-a5271db80b07" + "WESTUS:20200606T015414Z:80aaac3f-2c31-46cc-aedc-4a764ddd1331" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -2687,12 +2402,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2E522076-19CA-4457-B71C-AEE4CB5C3AF7?api-version=2020-04-01-preview\",\r\n \"name\": \"2e522076-19ca-4457-b71c-aee4cb5c3af7\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/EAB183AE-CBAC-4B02-80D9-64BEEEFD4CE2?api-version=2020-06-01\",\r\n \"name\": \"eab183ae-cbac-4b02-80d9-64beeefd4ce2\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/2E522076-19CA-4457-B71C-AEE4CB5C3AF7?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvMkU1MjIwNzYtMTlDQS00NDU3LUI3MUMtQUVFNENCNUMzQUY3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/EAB183AE-CBAC-4B02-80D9-64BEEEFD4CE2?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvRUFCMTgzQUUtQ0JBQy00QjAyLTgwRDktNjRCRUVFRkQ0Q0UyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2700,7 +2415,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -2708,7 +2423,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:20:54 GMT" + "Sat, 06 Jun 2020 01:54:13 GMT" ], "Pragma": [ "no-cache" @@ -2720,16 +2435,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0c18b4d1-6687-4e28-9ed9-3dca32b7b7bb" + "7e27c453-a656-457b-a617-a49c0b9d6c91" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11967" ], "x-ms-correlation-request-id": [ - "39078d73-da72-42f3-95d7-c78ded08eb51" + "96c96de3-438b-4316-ad68-ec9faef96305" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112054Z:39078d73-da72-42f3-95d7-c78ded08eb51" + "WESTUS:20200606T015414Z:96c96de3-438b-4316-ad68-ec9faef96305" ], "X-Content-Type-Options": [ "nosniff" @@ -2747,10 +2462,10 @@ ], "Names": { "DomainCreateGetUpdateDelete": [ - "sdk-EventGrid-RG-6869", - "sdk-Domain-1352", - "sdk-DomainTopic-7809", - "sdk-DomainTopic-1711" + "sdk-EventGrid-RG-4326", + "sdk-Domain-640", + "sdk-DomainTopic-7775", + "sdk-DomainTopic-9704" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDeadLettering.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDeadLettering.json index f3df20cf29b7b..c33596e8c0182 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDeadLettering.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDeadLettering.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "58a1a81f-38c2-4019-8139-93fd900ba8f7" + "f43df827-6116-4bd5-b3d6-6314734dc33d" ], "accept-language": [ "en-US" @@ -24,7 +24,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:00 GMT" + "Sat, 06 Jun 2020 02:11:01 GMT" ], "Pragma": [ "no-cache" @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "afb1cde8-f6b4-4a13-93cc-fd1d036b8e46" + "837c92cb-e0d2-4fe1-8555-5114a80a8f01" ], "x-ms-correlation-request-id": [ - "afb1cde8-f6b4-4a13-93cc-fd1d036b8e46" + "837c92cb-e0d2-4fe1-8555-5114a80a8f01" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112400Z:afb1cde8-f6b4-4a13-93cc-fd1d036b8e46" + "WESTUS:20200606T021102Z:837c92cb-e0d2-4fe1-8555-5114a80a8f01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "40179" + "40580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6927\",\r\n \"name\": \"sdk-EventGrid-RG-6927\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9588\",\r\n \"name\": \"sdk-EventGrid-RG-9588\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035\",\r\n \"name\": \"sdk-EventGrid-RG-8035\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772\",\r\n \"name\": \"sdk-EventGrid-RG-3772\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717\",\r\n \"name\": \"sdk-EventGrid-RG-5717\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrgstorage\",\r\n \"name\": \"testrgstorage\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-7019?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNzAxOT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-516?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTE2P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e81a31e4-95d6-4c34-8436-ad989080cfe1" + "c466260c-4d49-4422-8530-e35a6b9ecd14" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:02 GMT" + "Sat, 06 Jun 2020 02:11:08 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "00a1d114-a9cf-41a7-a83f-1595c935dfd1" + "c504c544-7f82-4400-983f-7b648d28cc55" ], "x-ms-correlation-request-id": [ - "00a1d114-a9cf-41a7-a83f-1595c935dfd1" + "c504c544-7f82-4400-983f-7b648d28cc55" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112402Z:00a1d114-a9cf-41a7-a83f-1595c935dfd1" + "WESTUS:20200606T021108Z:c504c544-7f82-4400-983f-7b648d28cc55" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -114,7 +114,7 @@ "nosniff" ], "Content-Length": [ - "202" + "200" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019\",\r\n \"name\": \"sdk-EventGrid-RG-7019\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516\",\r\n \"name\": \"sdk-EventGrid-RG-516\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNzAxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTY1MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtODcyOD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "46989383-aaf7-46b7-9236-d2e07ea7b78a" + "6c743dbe-4ed0-4d61-9ac7-c67365ebd1d4" ], "accept-language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:05 GMT" + "Sat, 06 Jun 2020 02:11:16 GMT" ], "Pragma": [ "no-cache" @@ -171,25 +171,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/978F5DE9-7B00-4150-AB39-ECCAD59EBF3E?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/72A7E5F4-21DA-48FB-9DFD-56EDB3F2762B?api-version=2020-06-01" ], "x-ms-request-id": [ - "fc491365-a378-4f45-87ea-4814a1c5b0dc" + "7831b98d-233b-4a25-96bc-a1db6a82f805" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "ea8103d1-158a-4375-8c07-06f16c2e89ba" + "8bd0d6fc-cbf7-491f-94e9-d94c93a98268" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112405Z:ea8103d1-158a-4375-8c07-06f16c2e89ba" + "WESTUS:20200606T021117Z:8bd0d6fc-cbf7-491f-94e9-d94c93a98268" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "310" + "309" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,12 +198,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533\",\r\n \"name\": \"sdk-Topic-6533\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728\",\r\n \"name\": \"sdk-Topic-8728\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/978F5DE9-7B00-4150-AB39-ECCAD59EBF3E?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvOTc4RjVERTktN0IwMC00MTUwLUFCMzktRUNDQUQ1OUVCRjNFP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/72A7E5F4-21DA-48FB-9DFD-56EDB3F2762B?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNzJBN0U1RjQtMjFEQS00OEZCLTlERkQtNTZFREIzRjI3NjJCP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -211,7 +211,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:15 GMT" + "Sat, 06 Jun 2020 02:11:27 GMT" ], "Pragma": [ "no-cache" @@ -231,22 +231,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "784cdedb-7fce-4881-a419-46e210959112" + "8880c60e-b8da-4e88-9b8d-e3391bae9bc5" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "b7c784dd-463a-4415-8fd1-9a0aa1006f41" + "9b80d315-d878-4f7c-8beb-52130234747f" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112416Z:b7c784dd-463a-4415-8fd1-9a0aa1006f41" + "WESTUS:20200606T021128Z:9b80d315-d878-4f7c-8beb-52130234747f" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,12 +255,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/978F5DE9-7B00-4150-AB39-ECCAD59EBF3E?api-version=2020-04-01-preview\",\r\n \"name\": \"978f5de9-7b00-4150-ab39-eccad59ebf3e\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/72A7E5F4-21DA-48FB-9DFD-56EDB3F2762B?api-version=2020-06-01\",\r\n \"name\": \"72a7e5f4-21da-48fb-9dfd-56edb3f2762b\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNzAxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTY1MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtODcyOD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,7 +268,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:15 GMT" + "Sat, 06 Jun 2020 02:11:28 GMT" ], "Pragma": [ "no-cache" @@ -288,22 +288,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ad5685fb-7c37-4cc1-807e-d9d7b23bb7b4" + "947ca512-c8c5-4a84-a91a-771d5d4d1b23" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "f57f4af2-c521-4d2a-8fcb-ed9bc7785832" + "c9a84d2d-0b6e-4b85-a201-41bf349a6b48" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112416Z:f57f4af2-c521-4d2a-8fcb-ed9bc7785832" + "WESTUS:20200606T021128Z:c9a84d2d-0b6e-4b85-a201-41bf349a6b48" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "523" + "499" ], "Content-Type": [ "application/json; charset=utf-8" @@ -312,17 +312,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-6533.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e9f86775-0cf0-4b21-9ce1-a36328fcd4fc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533\",\r\n \"name\": \"sdk-Topic-6533\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8728.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"729d642e-11fe-4617-8c7e-5639bc2a4203\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728\",\r\n \"name\": \"sdk-Topic-8728\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNzAxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTY1MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtODcyOD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "41e87bab-070b-4c0f-ab5d-ed82766513ba" + "0a99cc5f-1f99-485b-9a8e-fcf56b733105" ], "accept-language": [ "en-US" @@ -331,7 +331,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -339,7 +339,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:20 GMT" + "Sat, 06 Jun 2020 02:11:33 GMT" ], "Pragma": [ "no-cache" @@ -351,22 +351,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7d2f65bd-c78f-4fa7-b57d-8eddb3e38c97" + "2a81f07d-32b0-49b6-b347-3c9523598782" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "715794ed-443e-4b95-81b3-0964b5d681b6" + "b2f09789-1e50-4fc0-a2fd-f61baeec752f" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112421Z:715794ed-443e-4b95-81b3-0964b5d681b6" + "WESTUS:20200606T021133Z:b2f09789-1e50-4fc0-a2fd-f61baeec752f" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "523" + "499" ], "Content-Type": [ "application/json; charset=utf-8" @@ -375,17 +375,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-6533.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e9f86775-0cf0-4b21-9ce1-a36328fcd4fc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533\",\r\n \"name\": \"sdk-Topic-6533\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8728.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"729d642e-11fe-4617-8c7e-5639bc2a4203\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728\",\r\n \"name\": \"sdk-Topic-8728\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNzAxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTY1MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtODcyOD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d35224ee-c6b1-4e5b-b8c5-8e9f06d54c1a" + "0e76d582-67c2-4c16-a20d-52397d053652" ], "accept-language": [ "en-US" @@ -394,7 +394,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -402,7 +402,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:20 GMT" + "Sat, 06 Jun 2020 02:11:33 GMT" ], "Pragma": [ "no-cache" @@ -414,22 +414,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "da09c7b0-b666-4e6c-8fda-c0cebb35ebfd" + "d71f7c53-b0c5-49be-9f9d-f7a2bd129bc1" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "91e55208-49f7-48b6-a89c-546c4182a270" + "13a6ab67-6825-4adc-aa2b-64a05077c1e1" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112421Z:91e55208-49f7-48b6-a89c-546c4182a270" + "WESTUS:20200606T021133Z:13a6ab67-6825-4adc-aa2b-64a05077c1e1" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "523" + "499" ], "Content-Type": [ "application/json; charset=utf-8" @@ -438,17 +438,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-6533.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e9f86775-0cf0-4b21-9ce1-a36328fcd4fc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533\",\r\n \"name\": \"sdk-Topic-6533\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8728.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"729d642e-11fe-4617-8c7e-5639bc2a4203\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728\",\r\n \"name\": \"sdk-Topic-8728\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9539?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTcwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy02NTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tOTUzOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9476?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTUxNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTg3MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05NDc2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code="\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"endpointType\": \"StorageBlob\",\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n }\r\n }\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"endpointType\": \"StorageBlob\",\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "fd5b2422-4d55-48b4-b7f4-aad9e6b1f145" + "e607b15a-36eb-4ead-8fb2-d5922991d5c3" ], "accept-language": [ "en-US" @@ -457,7 +457,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -471,7 +471,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:21 GMT" + "Sat, 06 Jun 2020 02:11:34 GMT" ], "Pragma": [ "no-cache" @@ -486,25 +486,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/45922964-6213-4EAD-8E1E-40DCB0B80BB2?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/D2553A96-E789-4D4C-B000-CBD49F66CBCA?api-version=2020-06-01" ], "x-ms-request-id": [ - "fb1fdaf6-b82a-4367-881a-0c9926891dc3" + "79babcc9-a784-4820-ae7c-ce5a487fe9f0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "899" ], "x-ms-correlation-request-id": [ - "c0fd0359-ff03-4340-8aaf-5aec9e6fb2be" + "1bdd78c6-11ac-4354-b943-12a1aab4187a" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112422Z:c0fd0359-ff03-4340-8aaf-5aec9e6fb2be" + "WESTUS:20200606T021134Z:1bdd78c6-11ac-4354-b943-12a1aab4187a" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1133" + "1131" ], "Content-Type": [ "application/json; charset=utf-8" @@ -513,12 +513,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-7019/providers/microsoft.eventgrid/topics/sdk-topic-6533\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9539\",\r\n \"name\": \"sdk-EventSubscription-9539\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-516/providers/microsoft.eventgrid/topics/sdk-topic-8728\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9476\",\r\n \"name\": \"sdk-EventSubscription-9476\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/45922964-6213-4EAD-8E1E-40DCB0B80BB2?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDU5MjI5NjQtNjIxMy00RUFELThFMUUtNDBEQ0IwQjgwQkIyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/D2553A96-E789-4D4C-B000-CBD49F66CBCA?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRDI1NTNBOTYtRTc4OS00RDRDLUIwMDAtQ0JENDlGNjZDQkNBP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -526,7 +526,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -534,7 +534,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:31 GMT" + "Sat, 06 Jun 2020 02:11:44 GMT" ], "Pragma": [ "no-cache" @@ -546,22 +546,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86482035-784a-4ee3-bd75-b97fa0f3a2a1" + "faa32a2c-9eb9-46c5-a022-74d31907b2c2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "aa3fa9c7-91e6-4b88-aa90-98c6b379e2e8" + "1d3c155f-d839-4625-82fc-8f6982037984" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112432Z:aa3fa9c7-91e6-4b88-aa90-98c6b379e2e8" + "WESTUS:20200606T021144Z:1d3c155f-d839-4625-82fc-8f6982037984" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -570,12 +570,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/45922964-6213-4EAD-8E1E-40DCB0B80BB2?api-version=2020-04-01-preview\",\r\n \"name\": \"45922964-6213-4ead-8e1e-40dcb0b80bb2\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/D2553A96-E789-4D4C-B000-CBD49F66CBCA?api-version=2020-06-01\",\r\n \"name\": \"d2553a96-e789-4d4c-b000-cbd49f66cbca\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9539?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTcwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy02NTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tOTUzOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9476?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTUxNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTg3MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05NDc2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -583,7 +583,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -591,7 +591,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:31 GMT" + "Sat, 06 Jun 2020 02:11:44 GMT" ], "Pragma": [ "no-cache" @@ -603,22 +603,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "537c0771-aca4-46a3-8b5c-a6cf5b5a9caa" + "930cc45e-004b-41f3-85d0-7354b0c3d93c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "af1e43d5-be1f-496b-9c21-94c7dfea64d2" + "f62882af-6a80-4339-a95d-46ad648a4d72" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112432Z:af1e43d5-be1f-496b-9c21-94c7dfea64d2" + "WESTUS:20200606T021144Z:f62882af-6a80-4339-a95d-46ad648a4d72" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1231" + "1229" ], "Content-Type": [ "application/json; charset=utf-8" @@ -627,17 +627,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-7019/providers/microsoft.eventgrid/topics/sdk-topic-6533\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9539\",\r\n \"name\": \"sdk-EventSubscription-9539\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-516/providers/microsoft.eventgrid/topics/sdk-topic-8728\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9476\",\r\n \"name\": \"sdk-EventSubscription-9476\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9539?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTcwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy02NTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tOTUzOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9476?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTUxNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTg3MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05NDc2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e6d4aefc-3a92-4585-a74e-b23efaa53f5b" + "c741b553-a75d-44c0-92e2-96dbcd85a411" ], "accept-language": [ "en-US" @@ -646,7 +646,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -654,7 +654,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:36 GMT" + "Sat, 06 Jun 2020 02:11:49 GMT" ], "Pragma": [ "no-cache" @@ -666,22 +666,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "06ece6db-54c5-468e-9f0a-dea065f9dde5" + "58250d4e-e161-497d-8c77-2468d91b11cd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "d2b0c945-b2ce-4989-b3c8-df8e9474937f" + "dab63f5d-8e35-4e5e-bc0a-fea1aa41e37e" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112437Z:d2b0c945-b2ce-4989-b3c8-df8e9474937f" + "WESTUS:20200606T021149Z:dab63f5d-8e35-4e5e-bc0a-fea1aa41e37e" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1231" + "1229" ], "Content-Type": [ "application/json; charset=utf-8" @@ -690,17 +690,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-7019/providers/microsoft.eventgrid/topics/sdk-topic-6533\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9539\",\r\n \"name\": \"sdk-EventSubscription-9539\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-516/providers/microsoft.eventgrid/topics/sdk-topic-8728\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9476\",\r\n \"name\": \"sdk-EventSubscription-9476\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9539?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTcwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy02NTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tOTUzOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9476?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTUxNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTg3MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05NDc2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d9aefcff-b5b5-4ebe-9743-8104a9e33809" + "e698d357-68d4-437a-99b8-a9520674a9be" ], "accept-language": [ "en-US" @@ -709,7 +709,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -717,7 +717,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:36 GMT" + "Sat, 06 Jun 2020 02:11:49 GMT" ], "Pragma": [ "no-cache" @@ -729,22 +729,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5daada6-3047-4a00-9f9c-2e83094b824f" + "09c513dc-f58d-4a5d-9fba-cbde14760105" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "ac091a59-62cf-40d3-b3aa-489af3e0fce6" + "d236b475-8609-4a3f-a0f2-77ba496c6376" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112437Z:ac091a59-62cf-40d3-b3aa-489af3e0fce6" + "WESTUS:20200606T021149Z:d236b475-8609-4a3f-a0f2-77ba496c6376" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1231" + "1229" ], "Content-Type": [ "application/json; charset=utf-8" @@ -753,17 +753,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-7019/providers/microsoft.eventgrid/topics/sdk-topic-6533\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9539\",\r\n \"name\": \"sdk-EventSubscription-9539\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-516/providers/microsoft.eventgrid/topics/sdk-topic-8728\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9476\",\r\n \"name\": \"sdk-EventSubscription-9476\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9539?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTcwMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy02NTMzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tOTUzOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9476?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTUxNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTg3MjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05NDc2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "14b42d4e-68d5-4ee3-ad4f-6953f7b80a9e" + "7870e61a-912e-49f3-bb4d-8ee70fc3f583" ], "accept-language": [ "en-US" @@ -772,7 +772,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -780,13 +780,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:37 GMT" + "Sat, 06 Jun 2020 02:11:49 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/2C9CE761-0738-4820-9C58-36587A567DA4?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/BDAA3DF8-1DB4-4062-B08D-807664227531?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -798,19 +798,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2C9CE761-0738-4820-9C58-36587A567DA4?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/BDAA3DF8-1DB4-4062-B08D-807664227531?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-request-id": [ - "684e0797-8d0c-4fbf-b153-d3a045d0ea55" + "0a2fc38e-a87e-4558-af17-916dc9881137" ], "x-ms-correlation-request-id": [ - "684e0797-8d0c-4fbf-b153-d3a045d0ea55" + "0a2fc38e-a87e-4558-af17-916dc9881137" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112437Z:684e0797-8d0c-4fbf-b153-d3a045d0ea55" + "WESTUS:20200606T021149Z:0a2fc38e-a87e-4558-af17-916dc9881137" ], "X-Content-Type-Options": [ "nosniff" @@ -826,8 +826,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2C9CE761-0738-4820-9C58-36587A567DA4?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMkM5Q0U3NjEtMDczOC00ODIwLTlDNTgtMzY1ODdBNTY3REE0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/BDAA3DF8-1DB4-4062-B08D-807664227531?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQkRBQTNERjgtMURCNC00MDYyLUIwOEQtODA3NjY0MjI3NTMxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -835,7 +835,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -843,7 +843,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:47 GMT" + "Sat, 06 Jun 2020 02:11:59 GMT" ], "Pragma": [ "no-cache" @@ -855,22 +855,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d3eb0d2b-eda0-4cbb-9fd2-82f1b35d95b3" + "dd9f0f01-2d9e-4e1e-a8d8-c80b184cdf50" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "fe84f6cc-84da-4514-a813-fcd1399accd5" + "417531e0-35c2-4b5c-8b5e-2c332f033785" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112448Z:fe84f6cc-84da-4514-a813-fcd1399accd5" + "WESTUS:20200606T021200Z:417531e0-35c2-4b5c-8b5e-2c332f033785" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -879,12 +879,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2C9CE761-0738-4820-9C58-36587A567DA4?api-version=2020-04-01-preview\",\r\n \"name\": \"2c9ce761-0738-4820-9c58-36587a567da4\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/BDAA3DF8-1DB4-4062-B08D-807664227531?api-version=2020-06-01\",\r\n \"name\": \"bdaa3df8-1db4-4062-b08d-807664227531\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/2C9CE761-0738-4820-9C58-36587A567DA4?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvMkM5Q0U3NjEtMDczOC00ODIwLTlDNTgtMzY1ODdBNTY3REE0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/BDAA3DF8-1DB4-4062-B08D-807664227531?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvQkRBQTNERjgtMURCNC00MDYyLUIwOEQtODA3NjY0MjI3NTMxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -892,7 +892,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -900,7 +900,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:47 GMT" + "Sat, 06 Jun 2020 02:11:59 GMT" ], "Pragma": [ "no-cache" @@ -912,16 +912,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f1ca41ea-5088-4ed3-94ed-6e18aec2dad7" + "e8ad19d4-51a3-4ede-9b37-ac085b728697" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "39c019bb-8ad5-4e89-b4bd-0f6524b72453" + "e161e322-4b39-4702-9188-6b7dedac2eb5" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112448Z:39c019bb-8ad5-4e89-b4bd-0f6524b72453" + "WESTUS:20200606T021200Z:e161e322-4b39-4702-9188-6b7dedac2eb5" ], "X-Content-Type-Options": [ "nosniff" @@ -937,13 +937,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7019/providers/Microsoft.EventGrid/topics/sdk-Topic-6533?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNzAxOS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTY1MzM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516/providers/Microsoft.EventGrid/topics/sdk-Topic-8728?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTE2L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtODcyOD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f1137103-12ef-446a-bd52-38a641b2d1ae" + "bad7c2aa-279a-4fa4-997d-e2a0ec240daf" ], "accept-language": [ "en-US" @@ -952,7 +952,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -960,13 +960,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:47 GMT" + "Sat, 06 Jun 2020 02:12:00 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/3D791F7F-41AC-4C22-B7C8-F52AEA5E55D8?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/E625155F-1858-43F4-A9FC-B830318896DA?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -978,19 +978,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/3D791F7F-41AC-4C22-B7C8-F52AEA5E55D8?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E625155F-1858-43F4-A9FC-B830318896DA?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-request-id": [ - "e38778ae-8196-4d87-9bb4-d68b1ced7776" + "94ee2506-9fff-4567-b5aa-c711199f01b4" ], "x-ms-correlation-request-id": [ - "e38778ae-8196-4d87-9bb4-d68b1ced7776" + "94ee2506-9fff-4567-b5aa-c711199f01b4" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112448Z:e38778ae-8196-4d87-9bb4-d68b1ced7776" + "WESTUS:20200606T021200Z:94ee2506-9fff-4567-b5aa-c711199f01b4" ], "X-Content-Type-Options": [ "nosniff" @@ -1006,8 +1006,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/3D791F7F-41AC-4C22-B7C8-F52AEA5E55D8?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvM0Q3OTFGN0YtNDFBQy00QzIyLUI3QzgtRjUyQUVBNUU1NUQ4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E625155F-1858-43F4-A9FC-B830318896DA?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRTYyNTE1NUYtMTg1OC00M0Y0LUE5RkMtQjgzMDMxODg5NkRBP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1015,7 +1015,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1023,7 +1023,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:57 GMT" + "Sat, 06 Jun 2020 02:12:10 GMT" ], "Pragma": [ "no-cache" @@ -1035,22 +1035,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "48b16e26-aaf3-4925-a19b-11aa0d899d2f" + "07fdfa8a-8d88-4b3a-b440-1ec28c37a43c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "f65bce47-0aa3-4615-85ab-9755f85af8fc" + "4a4d2558-e994-4ede-aa0e-c2b43f233089" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112458Z:f65bce47-0aa3-4615-85ab-9755f85af8fc" + "WESTUS:20200606T021210Z:4a4d2558-e994-4ede-aa0e-c2b43f233089" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1059,12 +1059,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/3D791F7F-41AC-4C22-B7C8-F52AEA5E55D8?api-version=2020-04-01-preview\",\r\n \"name\": \"3d791f7f-41ac-4c22-b7c8-f52aea5e55d8\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E625155F-1858-43F4-A9FC-B830318896DA?api-version=2020-06-01\",\r\n \"name\": \"e625155f-1858-43f4-a9fc-b830318896da\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/3D791F7F-41AC-4C22-B7C8-F52AEA5E55D8?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvM0Q3OTFGN0YtNDFBQy00QzIyLUI3QzgtRjUyQUVBNUU1NUQ4P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/E625155F-1858-43F4-A9FC-B830318896DA?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvRTYyNTE1NUYtMTg1OC00M0Y0LUE5RkMtQjgzMDMxODg5NkRBP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1072,7 +1072,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1080,7 +1080,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:24:58 GMT" + "Sat, 06 Jun 2020 02:12:10 GMT" ], "Pragma": [ "no-cache" @@ -1092,16 +1092,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bb9a8d86-45b9-4637-9f76-d3b4d0c81777" + "1d42353c-56e2-4192-90e8-f26452bfa48c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "2822d0d1-4bb2-4c82-8a0a-74834eb3b463" + "c2cab8a3-1697-4ee3-ad26-718bb402bf12" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112459Z:2822d0d1-4bb2-4c82-8a0a-74834eb3b463" + "WESTUS:20200606T021210Z:c2cab8a3-1697-4ee3-ad26-718bb402bf12" ], "X-Content-Type-Options": [ "nosniff" @@ -1119,9 +1119,9 @@ ], "Names": { "EventSubscriptionCreateGetUpdateDeleteWithDeadLettering": [ - "sdk-EventGrid-RG-7019", - "sdk-Topic-6533", - "sdk-EventSubscription-9539" + "sdk-EventGrid-RG-516", + "sdk-Topic-8728", + "sdk-EventSubscription-9476" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterAzureFunctionAsDestination.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterAzureFunctionAsDestination.json index 1d7dba8e3cfaf..817e93587c560 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterAzureFunctionAsDestination.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterAzureFunctionAsDestination.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a9dc53c3-1583-44ce-b9e4-a446fae94432" + "1b32a3d0-5606-40b4-a03e-6f472cb863df" ], "accept-language": [ "en-US" @@ -24,7 +24,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:05 GMT" + "Sat, 06 Jun 2020 01:50:04 GMT" ], "Pragma": [ "no-cache" @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "c9363b0e-1905-4684-8200-5686cf3301ed" + "835bd3a5-0ebb-4d03-be86-5c872f1e2523" ], "x-ms-correlation-request-id": [ - "c9363b0e-1905-4684-8200-5686cf3301ed" + "835bd3a5-0ebb-4d03-be86-5c872f1e2523" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111506Z:c9363b0e-1905-4684-8200-5686cf3301ed" + "WESTUS:20200606T015005Z:835bd3a5-0ebb-4d03-be86-5c872f1e2523" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "39976" + "40782" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528\",\r\n \"name\": \"sdk-EventGrid-RG-9528\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9588\",\r\n \"name\": \"sdk-EventGrid-RG-9588\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035\",\r\n \"name\": \"sdk-EventGrid-RG-8035\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772\",\r\n \"name\": \"sdk-EventGrid-RG-3772\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717\",\r\n \"name\": \"sdk-EventGrid-RG-5717\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440\",\r\n \"name\": \"sdk-EventGrid-RG-1440\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrgstorage\",\r\n \"name\": \"testrgstorage\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-3068?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMzA2OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-1905?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTkwNT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e0020483-734a-4297-91b3-3236b2fedacf" + "f90fb4f7-9ca9-4198-ad17-29d8cb7adb5b" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:07 GMT" + "Sat, 06 Jun 2020 01:50:05 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "2542be80-a7d1-49b3-9c0e-ff8bc88c4266" + "0a121262-2c01-4fd7-ad39-212ec7a128fb" ], "x-ms-correlation-request-id": [ - "2542be80-a7d1-49b3-9c0e-ff8bc88c4266" + "0a121262-2c01-4fd7-ad39-212ec7a128fb" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111508Z:2542be80-a7d1-49b3-9c0e-ff8bc88c4266" + "WESTUS:20200606T015006Z:0a121262-2c01-4fd7-ad39-212ec7a128fb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068\",\r\n \"name\": \"sdk-EventGrid-RG-3068\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905\",\r\n \"name\": \"sdk-EventGrid-RG-1905\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMzA2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTcyNzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTkwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NDM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "73bc0d7e-be06-4e1a-a539-15c8f60a339e" + "b3cf5913-f078-4b30-8026-dc11a83972fd" ], "accept-language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:11 GMT" + "Sat, 06 Jun 2020 01:50:08 GMT" ], "Pragma": [ "no-cache" @@ -171,19 +171,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/1355D0BE-AF72-4673-AD96-80194E8E4BFB?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/B4E6B282-5D6E-438C-B016-CA4180EE9258?api-version=2020-06-01" ], "x-ms-request-id": [ - "468780b1-7dfa-4850-ae80-610d2b5688ed" + "9f5486cc-11ff-48d1-858e-2cb7af66dbdd" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-correlation-request-id": [ - "91f0eeb2-fbdc-46c8-8280-0919950a8e64" + "c032b611-437b-44f4-b160-4a61b845c8c0" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111511Z:91f0eeb2-fbdc-46c8-8280-0919950a8e64" + "WESTUS:20200606T015008Z:c032b611-437b-44f4-b160-4a61b845c8c0" ], "X-Content-Type-Options": [ "nosniff" @@ -198,12 +198,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278\",\r\n \"name\": \"sdk-Topic-7278\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543\",\r\n \"name\": \"sdk-Topic-4543\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/1355D0BE-AF72-4673-AD96-80194E8E4BFB?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMTM1NUQwQkUtQUY3Mi00NjczLUFEOTYtODAxOTRFOEU0QkZCP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/B4E6B282-5D6E-438C-B016-CA4180EE9258?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQjRFNkIyODItNUQ2RS00MzhDLUIwMTYtQ0E0MTgwRUU5MjU4P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -211,7 +211,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:21 GMT" + "Sat, 06 Jun 2020 01:50:18 GMT" ], "Pragma": [ "no-cache" @@ -231,22 +231,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "760c7278-cb88-44e7-87f9-31715fe7acaa" + "efcf10ee-6857-404a-8897-418ccbd62aaa" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11998" ], "x-ms-correlation-request-id": [ - "ac82de71-3742-48be-8af0-40443f194862" + "e4853163-85d6-4817-9c55-dd6f2b320b3e" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111521Z:ac82de71-3742-48be-8af0-40443f194862" + "WESTUS:20200606T015018Z:e4853163-85d6-4817-9c55-dd6f2b320b3e" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,12 +255,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/1355D0BE-AF72-4673-AD96-80194E8E4BFB?api-version=2020-04-01-preview\",\r\n \"name\": \"1355d0be-af72-4673-ad96-80194e8e4bfb\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/B4E6B282-5D6E-438C-B016-CA4180EE9258?api-version=2020-06-01\",\r\n \"name\": \"b4e6b282-5d6e-438c-b016-ca4180ee9258\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMzA2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTcyNzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTkwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NDM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,7 +268,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:21 GMT" + "Sat, 06 Jun 2020 01:50:18 GMT" ], "Pragma": [ "no-cache" @@ -288,22 +288,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5e18206-53c9-4d5f-905d-5fe169dfdcfb" + "cc4dae86-647e-43f1-8c20-35dbf38b365e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11997" ], "x-ms-correlation-request-id": [ - "f4a38df3-2b7e-4733-b4f1-4f553f022e67" + "0f367d59-8cc5-4180-97d1-8abb9b13f79c" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111521Z:f4a38df3-2b7e-4733-b4f1-4f553f022e67" + "WESTUS:20200606T015018Z:0f367d59-8cc5-4180-97d1-8abb9b13f79c" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "523" + "500" ], "Content-Type": [ "application/json; charset=utf-8" @@ -312,17 +312,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-7278.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a4e90404-ffbc-45ce-b71b-545e931cdf33\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278\",\r\n \"name\": \"sdk-Topic-7278\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4543.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"70297c10-9781-4a2e-88d2-f6bc03e3ed6d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543\",\r\n \"name\": \"sdk-Topic-4543\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMzA2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTcyNzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTkwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NDM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8be134dc-d0a6-47cb-9c8f-cd5f81c8072c" + "98a35bb4-4e3b-4382-8b03-1896ba896726" ], "accept-language": [ "en-US" @@ -331,7 +331,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -339,7 +339,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:26 GMT" + "Sat, 06 Jun 2020 01:50:23 GMT" ], "Pragma": [ "no-cache" @@ -351,22 +351,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5af30b55-0411-4188-b7d3-f93f361c405b" + "fee43c58-50fc-478d-8eb3-dad66f882d1b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11996" ], "x-ms-correlation-request-id": [ - "d4f6fc69-9df2-48a3-b3f2-66380ccba8ec" + "4e0e0c12-83e3-495a-a782-6f5b6de8fdd9" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111527Z:d4f6fc69-9df2-48a3-b3f2-66380ccba8ec" + "WESTUS:20200606T015024Z:4e0e0c12-83e3-495a-a782-6f5b6de8fdd9" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "523" + "500" ], "Content-Type": [ "application/json; charset=utf-8" @@ -375,17 +375,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-7278.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a4e90404-ffbc-45ce-b71b-545e931cdf33\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278\",\r\n \"name\": \"sdk-Topic-7278\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4543.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"70297c10-9781-4a2e-88d2-f6bc03e3ed6d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543\",\r\n \"name\": \"sdk-Topic-4543\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMzA2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTcyNzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTkwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NDM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1f8b9f34-70a3-4485-8814-44232dd5d7b6" + "3b05c363-8653-4cb5-8fc4-ea9fea510109" ], "accept-language": [ "en-US" @@ -394,7 +394,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -402,7 +402,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:26 GMT" + "Sat, 06 Jun 2020 01:50:23 GMT" ], "Pragma": [ "no-cache" @@ -414,22 +414,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5e8a672d-d86b-4fc4-8d2d-7a3732dbc809" + "c21b8584-d351-44c7-b588-92b8ec011cce" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11995" ], "x-ms-correlation-request-id": [ - "7930548c-8ddc-408d-b51d-3cda74d6c21a" + "4e839bcb-8168-4eb3-85cf-af306656114e" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111527Z:7930548c-8ddc-408d-b51d-3cda74d6c21a" + "WESTUS:20200606T015024Z:4e839bcb-8168-4eb3-85cf-af306656114e" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "523" + "500" ], "Content-Type": [ "application/json; charset=utf-8" @@ -438,17 +438,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-7278.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a4e90404-ffbc-45ce-b71b-545e931cdf33\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278\",\r\n \"name\": \"sdk-Topic-7278\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4543.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"70297c10-9781-4a2e-88d2-f6bc03e3ed6d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543\",\r\n \"name\": \"sdk-Topic-4543\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-4456?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTMwNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03Mjc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNDQ1Nj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2335?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTE5MDUvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjMzNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"AzureFunction\",\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Web/sites/devexpfuncappdestination/functions/EventGridTrigger1\",\r\n \"maxEventsPerBatch\": 10,\r\n \"preferredBatchSizeInKilobytes\": 1000\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"operatorType\": \"StringContains\",\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"operatorType\": \"NumberIn\",\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"operatorType\": \"BoolEquals\",\r\n \"value\": true,\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"operatorType\": \"StringContains\",\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"endpointType\": \"StorageBlob\",\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "cb0364f9-28f8-4f84-805f-3c819cb0265a" + "02695edb-6b79-4145-8e2a-8ae4f0a7f5b2" ], "accept-language": [ "en-US" @@ -457,7 +457,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -471,7 +471,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:27 GMT" + "Sat, 06 Jun 2020 01:50:24 GMT" ], "Pragma": [ "no-cache" @@ -486,19 +486,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2A0AF2E4-418D-461F-81F2-AB94A7DC0A45?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/18ABDE54-C32E-4EDE-A4A5-94CB4D204920?api-version=2020-06-01" ], "x-ms-request-id": [ - "a97c1279-b027-4072-bee0-dfba5a853816" + "de3dd63f-c424-48cc-a267-1e3ed846f859" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "899" ], "x-ms-correlation-request-id": [ - "c663dde7-e2dd-49ec-ae3e-524e7bf5d3c4" + "46a15594-e5a8-444c-9649-758d11625653" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111527Z:c663dde7-e2dd-49ec-ae3e-524e7bf5d3c4" + "WESTUS:20200606T015024Z:46a15594-e5a8-444c-9649-758d11625653" ], "X-Content-Type-Options": [ "nosniff" @@ -513,12 +513,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-3068/providers/microsoft.eventgrid/topics/sdk-topic-7278\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Web/sites/devexpfuncappdestination/functions/EventGridTrigger1\",\r\n \"maxEventsPerBatch\": 10,\r\n \"preferredBatchSizeInKilobytes\": 1000\r\n },\r\n \"endpointType\": \"AzureFunction\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-4456\",\r\n \"name\": \"sdk-EventSubscription-4456\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1905/providers/microsoft.eventgrid/topics/sdk-topic-4543\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Web/sites/devexpfuncappdestination/functions/EventGridTrigger1\",\r\n \"maxEventsPerBatch\": 10,\r\n \"preferredBatchSizeInKilobytes\": 1000\r\n },\r\n \"endpointType\": \"AzureFunction\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2335\",\r\n \"name\": \"sdk-EventSubscription-2335\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2A0AF2E4-418D-461F-81F2-AB94A7DC0A45?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMkEwQUYyRTQtNDE4RC00NjFGLTgxRjItQUI5NEE3REMwQTQ1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/18ABDE54-C32E-4EDE-A4A5-94CB4D204920?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMThBQkRFNTQtQzMyRS00RURFLUE0QTUtOTRDQjREMjA0OTIwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -526,7 +526,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -534,7 +534,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:37 GMT" + "Sat, 06 Jun 2020 01:50:34 GMT" ], "Pragma": [ "no-cache" @@ -546,22 +546,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1476dde6-a39b-4637-9638-b46ca6bd8862" + "fd736b2f-4d59-490e-a8bc-a981753c86a3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11994" ], "x-ms-correlation-request-id": [ - "d336e1b3-6624-4cf7-b6ab-21fdbcceeaa6" + "3b8ee1d0-4426-4c76-a371-140e8661e487" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111537Z:d336e1b3-6624-4cf7-b6ab-21fdbcceeaa6" + "WESTUS:20200606T015034Z:3b8ee1d0-4426-4c76-a371-140e8661e487" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -570,12 +570,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2A0AF2E4-418D-461F-81F2-AB94A7DC0A45?api-version=2020-04-01-preview\",\r\n \"name\": \"2a0af2e4-418d-461f-81f2-ab94a7dc0a45\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/18ABDE54-C32E-4EDE-A4A5-94CB4D204920?api-version=2020-06-01\",\r\n \"name\": \"18abde54-c32e-4ede-a4a5-94cb4d204920\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-4456?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTMwNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03Mjc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNDQ1Nj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2335?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTE5MDUvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjMzNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -583,7 +583,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -591,7 +591,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:37 GMT" + "Sat, 06 Jun 2020 01:50:34 GMT" ], "Pragma": [ "no-cache" @@ -603,16 +603,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "84cff1f6-c967-4540-ae6b-e17a4448039b" + "3f69e7c0-24ec-4e70-81ec-39d8a0cb5ea4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11993" ], "x-ms-correlation-request-id": [ - "2e061d60-91d5-4bc8-9b34-70caf117e980" + "112229a2-6024-4d22-8a3a-eff5897f90b8" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111538Z:2e061d60-91d5-4bc8-9b34-70caf117e980" + "WESTUS:20200606T015035Z:112229a2-6024-4d22-8a3a-eff5897f90b8" ], "X-Content-Type-Options": [ "nosniff" @@ -627,17 +627,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-3068/providers/microsoft.eventgrid/topics/sdk-topic-7278\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Web/sites/devexpfuncappdestination/functions/EventGridTrigger1\",\r\n \"maxEventsPerBatch\": 10,\r\n \"preferredBatchSizeInKilobytes\": 1000\r\n },\r\n \"endpointType\": \"AzureFunction\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-4456\",\r\n \"name\": \"sdk-EventSubscription-4456\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1905/providers/microsoft.eventgrid/topics/sdk-topic-4543\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Web/sites/devexpfuncappdestination/functions/EventGridTrigger1\",\r\n \"maxEventsPerBatch\": 10,\r\n \"preferredBatchSizeInKilobytes\": 1000\r\n },\r\n \"endpointType\": \"AzureFunction\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2335\",\r\n \"name\": \"sdk-EventSubscription-2335\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-4456?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTMwNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03Mjc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNDQ1Nj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2335?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTE5MDUvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjMzNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6883720c-b4dd-497f-b1ae-f4be6702e95d" + "38e95097-11df-46c5-8e02-4305d923b804" ], "accept-language": [ "en-US" @@ -646,7 +646,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -654,7 +654,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:42 GMT" + "Sat, 06 Jun 2020 01:50:39 GMT" ], "Pragma": [ "no-cache" @@ -666,16 +666,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d654955e-a2bd-43fe-a54d-3f28e3fdc6e6" + "030c4861-a297-433d-8c2d-9bf2836143f6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11992" ], "x-ms-correlation-request-id": [ - "0bc6f801-bed1-4b5b-9ff1-039917fb9e22" + "280c2e46-dae7-41fe-8338-6815ccf1ddec" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111543Z:0bc6f801-bed1-4b5b-9ff1-039917fb9e22" + "WESTUS:20200606T015040Z:280c2e46-dae7-41fe-8338-6815ccf1ddec" ], "X-Content-Type-Options": [ "nosniff" @@ -690,17 +690,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-3068/providers/microsoft.eventgrid/topics/sdk-topic-7278\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Web/sites/devexpfuncappdestination/functions/EventGridTrigger1\",\r\n \"maxEventsPerBatch\": 10,\r\n \"preferredBatchSizeInKilobytes\": 1000\r\n },\r\n \"endpointType\": \"AzureFunction\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-4456\",\r\n \"name\": \"sdk-EventSubscription-4456\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1905/providers/microsoft.eventgrid/topics/sdk-topic-4543\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Web/sites/devexpfuncappdestination/functions/EventGridTrigger1\",\r\n \"maxEventsPerBatch\": 10,\r\n \"preferredBatchSizeInKilobytes\": 1000\r\n },\r\n \"endpointType\": \"AzureFunction\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2335\",\r\n \"name\": \"sdk-EventSubscription-2335\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-4456?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTMwNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03Mjc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNDQ1Nj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2335?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTE5MDUvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjMzNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fdcf4236-282c-45d9-8785-cfd6af1c1a5d" + "c221ec15-6816-42c2-a104-0ca6ea4c01f0" ], "accept-language": [ "en-US" @@ -709,7 +709,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -717,7 +717,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:42 GMT" + "Sat, 06 Jun 2020 01:50:39 GMT" ], "Pragma": [ "no-cache" @@ -729,16 +729,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "adac71f5-2d3c-4828-bd37-7c930e7d23d7" + "96296fce-5397-4e69-bca8-b2e7de7ce07d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11991" ], "x-ms-correlation-request-id": [ - "29957832-3905-45f4-bb90-3d6b49476704" + "63cf92a3-ae27-4053-b3de-700d872a9224" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111543Z:29957832-3905-45f4-bb90-3d6b49476704" + "WESTUS:20200606T015040Z:63cf92a3-ae27-4053-b3de-700d872a9224" ], "X-Content-Type-Options": [ "nosniff" @@ -753,17 +753,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-3068/providers/microsoft.eventgrid/topics/sdk-topic-7278\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Web/sites/devexpfuncappdestination/functions/EventGridTrigger1\",\r\n \"maxEventsPerBatch\": 10,\r\n \"preferredBatchSizeInKilobytes\": 1000\r\n },\r\n \"endpointType\": \"AzureFunction\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-4456\",\r\n \"name\": \"sdk-EventSubscription-4456\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1905/providers/microsoft.eventgrid/topics/sdk-topic-4543\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Web/sites/devexpfuncappdestination/functions/EventGridTrigger1\",\r\n \"maxEventsPerBatch\": 10,\r\n \"preferredBatchSizeInKilobytes\": 1000\r\n },\r\n \"endpointType\": \"AzureFunction\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2335\",\r\n \"name\": \"sdk-EventSubscription-2335\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-4456?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTMwNjgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03Mjc4L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNDQ1Nj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2335?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTE5MDUvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTQzL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjMzNT9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "53ca6e31-1866-41b8-ab17-c1a336ab47cb" + "fc03e46f-5d3d-4039-bf4f-658b654f3738" ], "accept-language": [ "en-US" @@ -772,7 +772,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -780,13 +780,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:42 GMT" + "Sat, 06 Jun 2020 01:50:40 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/60500D8F-468A-434B-8495-E473C10767EF?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/8361D3DC-6A38-48D7-9609-C36DB1EE4AED?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -798,19 +798,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/60500D8F-468A-434B-8495-E473C10767EF?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/8361D3DC-6A38-48D7-9609-C36DB1EE4AED?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-request-id": [ - "b9470725-4e4d-4862-b9b6-72585c3bdef1" + "35aecfd1-9e53-4a6c-8276-2ff3dab28c4f" ], "x-ms-correlation-request-id": [ - "b9470725-4e4d-4862-b9b6-72585c3bdef1" + "35aecfd1-9e53-4a6c-8276-2ff3dab28c4f" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111543Z:b9470725-4e4d-4862-b9b6-72585c3bdef1" + "WESTUS:20200606T015040Z:35aecfd1-9e53-4a6c-8276-2ff3dab28c4f" ], "X-Content-Type-Options": [ "nosniff" @@ -826,8 +826,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/60500D8F-468A-434B-8495-E473C10767EF?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNjA1MDBEOEYtNDY4QS00MzRCLTg0OTUtRTQ3M0MxMDc2N0VGP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/8361D3DC-6A38-48D7-9609-C36DB1EE4AED?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvODM2MUQzREMtNkEzOC00OEQ3LTk2MDktQzM2REIxRUU0QUVEP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -835,7 +835,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -843,7 +843,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:53 GMT" + "Sat, 06 Jun 2020 01:50:50 GMT" ], "Pragma": [ "no-cache" @@ -855,22 +855,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dad476bb-0db5-426a-b671-e81d92712ba3" + "8d5c9422-0eee-480c-96db-7a59922dc613" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11990" ], "x-ms-correlation-request-id": [ - "9a518a3f-7f1b-492f-8637-902ee62e0458" + "5782024b-5f3c-4205-9ece-3c1167b7eaf9" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111553Z:9a518a3f-7f1b-492f-8637-902ee62e0458" + "WESTUS:20200606T015050Z:5782024b-5f3c-4205-9ece-3c1167b7eaf9" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -879,12 +879,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/60500D8F-468A-434B-8495-E473C10767EF?api-version=2020-04-01-preview\",\r\n \"name\": \"60500d8f-468a-434b-8495-e473c10767ef\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/8361D3DC-6A38-48D7-9609-C36DB1EE4AED?api-version=2020-06-01\",\r\n \"name\": \"8361d3dc-6a38-48d7-9609-c36db1ee4aed\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/60500D8F-468A-434B-8495-E473C10767EF?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvNjA1MDBEOEYtNDY4QS00MzRCLTg0OTUtRTQ3M0MxMDc2N0VGP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/8361D3DC-6A38-48D7-9609-C36DB1EE4AED?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvODM2MUQzREMtNkEzOC00OEQ3LTk2MDktQzM2REIxRUU0QUVEP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -892,7 +892,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -900,7 +900,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:53 GMT" + "Sat, 06 Jun 2020 01:50:50 GMT" ], "Pragma": [ "no-cache" @@ -912,16 +912,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3e74995e-5a33-421a-ac13-79f17b5fa286" + "74209884-6052-4d15-a610-c0186473ea6d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11989" ], "x-ms-correlation-request-id": [ - "8e521f83-41cb-4f7b-a649-0383b63fdada" + "59d74f41-2ba5-4431-b30d-07bb51af5add" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111553Z:8e521f83-41cb-4f7b-a649-0383b63fdada" + "WESTUS:20200606T015050Z:59d74f41-2ba5-4431-b30d-07bb51af5add" ], "X-Content-Type-Options": [ "nosniff" @@ -937,13 +937,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3068/providers/Microsoft.EventGrid/topics/sdk-Topic-7278?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMzA2OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTcyNzg/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1905/providers/Microsoft.EventGrid/topics/sdk-Topic-4543?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTkwNS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NDM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f09ddf46-b824-46ad-9c26-0d252af11df2" + "7bac30b7-15a4-40e7-8db3-4d239ce36ae4" ], "accept-language": [ "en-US" @@ -952,7 +952,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -960,13 +960,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:15:54 GMT" + "Sat, 06 Jun 2020 01:50:50 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/9E5AC1DA-993B-4A25-ACEF-42DD2B4D209E?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -978,19 +978,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/9E5AC1DA-993B-4A25-ACEF-42DD2B4D209E?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-request-id": [ - "2bd70c8b-2e9d-4ce6-9641-7a270541a272" + "3f3a627b-3ee2-469c-ad28-565631d2b882" ], "x-ms-correlation-request-id": [ - "2bd70c8b-2e9d-4ce6-9641-7a270541a272" + "3f3a627b-3ee2-469c-ad28-565631d2b882" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111554Z:2bd70c8b-2e9d-4ce6-9641-7a270541a272" + "WESTUS:20200606T015051Z:3f3a627b-3ee2-469c-ad28-565631d2b882" ], "X-Content-Type-Options": [ "nosniff" @@ -1006,122 +1006,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQzVGMTc5MEQtRjhBNS00RUI3LUI5NDYtMThDMUJENTRCMDgyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 14 May 2020 11:16:04 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "5191bb12-e388-4df9-b7d0-719348d497a2" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" - ], - "x-ms-correlation-request-id": [ - "b893a447-52b8-4fcc-9b67-3c7ab3cc6225" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200514T111604Z:b893a447-52b8-4fcc-9b67-3c7ab3cc6225" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "295" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview\",\r\n \"name\": \"c5f1790d-f8a5-4eb7-b946-18c1bd54b082\",\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQzVGMTc5MEQtRjhBNS00RUI3LUI5NDYtMThDMUJENTRCMDgyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 14 May 2020 11:16:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "d7646455-fd37-4622-9cb5-734c4c7048d0" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" - ], - "x-ms-correlation-request-id": [ - "e8a0f40e-f5c9-498a-bdb5-eaeea106fd7b" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200514T111614Z:e8a0f40e-f5c9-498a-bdb5-eaeea106fd7b" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "295" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview\",\r\n \"name\": \"c5f1790d-f8a5-4eb7-b946-18c1bd54b082\",\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQzVGMTc5MEQtRjhBNS00RUI3LUI5NDYtMThDMUJENTRCMDgyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/9E5AC1DA-993B-4A25-ACEF-42DD2B4D209E?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvOUU1QUMxREEtOTkzQi00QTI1LUFDRUYtNDJERDJCNEQyMDlFP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1129,7 +1015,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1137,7 +1023,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:16:24 GMT" + "Sat, 06 Jun 2020 01:51:00 GMT" ], "Pragma": [ "no-cache" @@ -1149,79 +1035,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "af783f30-8363-42da-a335-74295db98cf8" + "3206a8c6-b4ea-41b7-ae03-ac6250baf04b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" - ], - "x-ms-correlation-request-id": [ - "e1c7e38f-b8c3-4175-ab39-64ac11b90e09" - ], - "x-ms-routing-request-id": [ - "WESTUS:20200514T111624Z:e1c7e38f-b8c3-4175-ab39-64ac11b90e09" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "295" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview\",\r\n \"name\": \"c5f1790d-f8a5-4eb7-b946-18c1bd54b082\",\r\n \"status\": \"InProgress\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQzVGMTc5MEQtRjhBNS00RUI3LUI5NDYtMThDMUJENTRCMDgyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.26614.01", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Thu, 14 May 2020 11:16:34 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "Microsoft-HTTPAPI/2.0" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "x-ms-request-id": [ - "12b1cc0d-1618-40b4-a22e-bd14a321831f" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11988" ], "x-ms-correlation-request-id": [ - "b81e569c-d63b-4933-9aba-caf4bd35fd3d" + "9943c2a1-bef4-4648-a57f-c690acbe1170" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111634Z:b81e569c-d63b-4933-9aba-caf4bd35fd3d" + "WESTUS:20200606T015101Z:9943c2a1-bef4-4648-a57f-c690acbe1170" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1230,12 +1059,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview\",\r\n \"name\": \"c5f1790d-f8a5-4eb7-b946-18c1bd54b082\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/9E5AC1DA-993B-4A25-ACEF-42DD2B4D209E?api-version=2020-06-01\",\r\n \"name\": \"9e5ac1da-993b-4a25-acef-42dd2b4d209e\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/C5F1790D-F8A5-4EB7-B946-18C1BD54B082?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvQzVGMTc5MEQtRjhBNS00RUI3LUI5NDYtMThDMUJENTRCMDgyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/9E5AC1DA-993B-4A25-ACEF-42DD2B4D209E?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvOUU1QUMxREEtOTkzQi00QTI1LUFDRUYtNDJERDJCNEQyMDlFP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1243,7 +1072,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1251,7 +1080,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:16:34 GMT" + "Sat, 06 Jun 2020 01:51:00 GMT" ], "Pragma": [ "no-cache" @@ -1263,16 +1092,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d24f3606-36cb-49db-b4fa-1de56911cf72" + "204c3291-175a-4f84-98aa-946c603c436f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11987" ], "x-ms-correlation-request-id": [ - "2eb5e979-51a2-4b24-9e68-d84bb06de78c" + "66c6d73d-283e-4cd9-9ab4-a765f7f32fa6" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111634Z:2eb5e979-51a2-4b24-9e68-d84bb06de78c" + "WESTUS:20200606T015101Z:66c6d73d-283e-4cd9-9ab4-a765f7f32fa6" ], "X-Content-Type-Options": [ "nosniff" @@ -1290,9 +1119,9 @@ ], "Names": { "EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterAzureFunctionAsDestination": [ - "sdk-EventGrid-RG-3068", - "sdk-Topic-7278", - "sdk-EventSubscription-4456" + "sdk-EventGrid-RG-1905", + "sdk-Topic-4543", + "sdk-EventSubscription-2335" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterServiceBusAsDestination.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterServiceBusAsDestination.json index 10acc49f0cab3..d7c24ac382ec6 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterServiceBusAsDestination.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterServiceBusAsDestination.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "b91e7d76-2946-4c11-baae-137d09814c6c" + "bd6378c5-a94e-4dae-952c-f7c93933723b" ], "accept-language": [ "en-US" @@ -24,22 +24,22 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:21:38 GMT" + "Sat, 06 Jun 2020 01:54:19 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11979" ], "x-ms-request-id": [ - "518c43ee-b59f-4f06-aeba-1576f7e859da" + "f026f8a0-837a-436f-8043-3133ccbdd5f8" ], "x-ms-correlation-request-id": [ - "518c43ee-b59f-4f06-aeba-1576f7e859da" + "f026f8a0-837a-436f-8043-3133ccbdd5f8" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112139Z:518c43ee-b59f-4f06-aeba-1576f7e859da" + "WESTUS:20200606T015420Z:f026f8a0-837a-436f-8043-3133ccbdd5f8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "39976" + "40984" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3581\",\r\n \"name\": \"sdk-EventGrid-RG-3581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9588\",\r\n \"name\": \"sdk-EventGrid-RG-9588\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035\",\r\n \"name\": \"sdk-EventGrid-RG-8035\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772\",\r\n \"name\": \"sdk-EventGrid-RG-3772\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717\",\r\n \"name\": \"sdk-EventGrid-RG-5717\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4326\",\r\n \"name\": \"sdk-EventGrid-RG-4326\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8649\",\r\n \"name\": \"sdk-EventGrid-RG-8649\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrgstorage\",\r\n \"name\": \"testrgstorage\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-4058?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDA1OD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-5486?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTQ4Nj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "59fa6fce-bab7-4468-bd43-3fe77db1b6af" + "1db7b353-f33d-40e3-aa35-3f12edbec095" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:21:40 GMT" + "Sat, 06 Jun 2020 01:54:20 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "2ec2be23-7a01-4c33-a0fb-98668ecd9f89" + "cb6d8a09-5f6f-4282-aee3-05b53a666954" ], "x-ms-correlation-request-id": [ - "2ec2be23-7a01-4c33-a0fb-98668ecd9f89" + "cb6d8a09-5f6f-4282-aee3-05b53a666954" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112141Z:2ec2be23-7a01-4c33-a0fb-98668ecd9f89" + "WESTUS:20200606T015421Z:cb6d8a09-5f6f-4282-aee3-05b53a666954" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058\",\r\n \"name\": \"sdk-EventGrid-RG-4058\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486\",\r\n \"name\": \"sdk-EventGrid-RG-5486\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDA1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMwMjE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTQ4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTc3MzI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "11aedfc2-96de-425c-9de4-25a8b1c8f7c7" + "1ccbad31-e3d0-4a38-9dae-78f5744a5852" ], "accept-language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:21:44 GMT" + "Sat, 06 Jun 2020 01:54:22 GMT" ], "Pragma": [ "no-cache" @@ -171,19 +171,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/A58534E8-2B9F-4C20-93C1-707CB8125382?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/1F1CCF75-DA7A-4FA2-8A59-3D5ACA01EFB6?api-version=2020-06-01" ], "x-ms-request-id": [ - "2ac022d2-5ee3-4d42-8f44-08a41660f46b" + "d529b55f-0693-4f39-ae48-434cc6fb330d" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "b0c9d806-68f4-4465-963b-df48edf78258" + "e5b7a930-4540-47ae-b84e-8b6bc7382ad4" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112144Z:b0c9d806-68f4-4465-963b-df48edf78258" + "WESTUS:20200606T015423Z:e5b7a930-4540-47ae-b84e-8b6bc7382ad4" ], "X-Content-Type-Options": [ "nosniff" @@ -198,12 +198,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021\",\r\n \"name\": \"sdk-Topic-3021\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732\",\r\n \"name\": \"sdk-Topic-7732\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/A58534E8-2B9F-4C20-93C1-707CB8125382?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQTU4NTM0RTgtMkI5Ri00QzIwLTkzQzEtNzA3Q0I4MTI1MzgyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/1F1CCF75-DA7A-4FA2-8A59-3D5ACA01EFB6?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMUYxQ0NGNzUtREE3QS00RkEyLThBNTktM0Q1QUNBMDFFRkI2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -211,7 +211,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:21:54 GMT" + "Sat, 06 Jun 2020 01:54:33 GMT" ], "Pragma": [ "no-cache" @@ -231,22 +231,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b94113e5-f504-446d-8bbc-55f819a04dc6" + "3530f088-8eb5-48f5-9717-c3bed8332893" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "b5c9eb38-4ce5-4a34-9bba-0b0718f3582b" + "f9291a29-4120-4804-b517-0214e50836e3" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112154Z:b5c9eb38-4ce5-4a34-9bba-0b0718f3582b" + "WESTUS:20200606T015433Z:f9291a29-4120-4804-b517-0214e50836e3" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,12 +255,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/A58534E8-2B9F-4C20-93C1-707CB8125382?api-version=2020-04-01-preview\",\r\n \"name\": \"a58534e8-2b9f-4c20-93c1-707cb8125382\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/1F1CCF75-DA7A-4FA2-8A59-3D5ACA01EFB6?api-version=2020-06-01\",\r\n \"name\": \"1f1ccf75-da7a-4fa2-8a59-3d5aca01efb6\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDA1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMwMjE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTQ4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTc3MzI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,7 +268,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:21:54 GMT" + "Sat, 06 Jun 2020 01:54:34 GMT" ], "Pragma": [ "no-cache" @@ -288,22 +288,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "2217186b-96a3-4a1a-b61e-294769688b20" + "d64ee6bb-a8be-43b6-92ec-7d9f33d1c326" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "449dd28b-d58d-4137-8453-43b502343482" + "6a560889-7f8c-43d2-83e0-8f74d5d76b23" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112154Z:449dd28b-d58d-4137-8453-43b502343482" + "WESTUS:20200606T015434Z:6a560889-7f8c-43d2-83e0-8f74d5d76b23" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "523" + "500" ], "Content-Type": [ "application/json; charset=utf-8" @@ -312,17 +312,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-3021.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"df8029e3-4fe0-418d-99e7-b598674a62b8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021\",\r\n \"name\": \"sdk-Topic-3021\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-7732.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"510a9b18-f294-4716-aec7-9e9d49b4d28e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732\",\r\n \"name\": \"sdk-Topic-7732\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDA1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMwMjE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTQ4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTc3MzI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5327657a-9f86-4b1b-9c47-884c43ce9cc0" + "381d3c6e-c622-453a-981c-551e1c054bf7" ], "accept-language": [ "en-US" @@ -331,7 +331,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -339,7 +339,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:21:59 GMT" + "Sat, 06 Jun 2020 01:54:39 GMT" ], "Pragma": [ "no-cache" @@ -351,22 +351,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c5dea59a-eaaa-4a70-9cce-6bff5068b5cd" + "c97540af-c511-4747-9599-af34178fa4b7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "58d1a677-420f-4204-96bd-961ee269e6c8" + "e1aee2a8-caf6-45b8-aae8-39d9328958b9" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112200Z:58d1a677-420f-4204-96bd-961ee269e6c8" + "WESTUS:20200606T015439Z:e1aee2a8-caf6-45b8-aae8-39d9328958b9" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "523" + "500" ], "Content-Type": [ "application/json; charset=utf-8" @@ -375,17 +375,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-3021.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"df8029e3-4fe0-418d-99e7-b598674a62b8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021\",\r\n \"name\": \"sdk-Topic-3021\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-7732.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"510a9b18-f294-4716-aec7-9e9d49b4d28e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732\",\r\n \"name\": \"sdk-Topic-7732\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDA1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMwMjE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTQ4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTc3MzI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "94b3522a-6253-473d-9be6-94a7a44a99f8" + "5d21aebd-3efc-440b-a840-b8f54d36e18c" ], "accept-language": [ "en-US" @@ -394,7 +394,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -402,7 +402,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:21:59 GMT" + "Sat, 06 Jun 2020 01:54:39 GMT" ], "Pragma": [ "no-cache" @@ -414,22 +414,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "69771373-776c-45ec-babf-849621635d43" + "4d47ab88-bfc6-4cca-8840-c0a0c8b9f2e8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "136a18c1-f270-4030-a7de-40cd893bec96" + "8b98a089-e523-4c76-8cb9-a9334553e5f8" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112200Z:136a18c1-f270-4030-a7de-40cd893bec96" + "WESTUS:20200606T015439Z:8b98a089-e523-4c76-8cb9-a9334553e5f8" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "523" + "500" ], "Content-Type": [ "application/json; charset=utf-8" @@ -438,17 +438,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-3021.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"df8029e3-4fe0-418d-99e7-b598674a62b8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021\",\r\n \"name\": \"sdk-Topic-3021\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-7732.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"510a9b18-f294-4716-aec7-9e9d49b4d28e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732\",\r\n \"name\": \"sdk-Topic-7732\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8188?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTQwNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy0zMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODE4OD9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7000?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTU0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03NzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNzAwMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"ServiceBusQueue\",\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.ServiceBus/namespaces/devexpservicebus/queues/devexpdestination\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"operatorType\": \"StringContains\",\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"operatorType\": \"NumberIn\",\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"operatorType\": \"BoolEquals\",\r\n \"value\": true,\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"operatorType\": \"StringContains\",\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"endpointType\": \"StorageBlob\",\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n }\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2bfbe5f-1e72-4835-865c-8fdde475e5bc" + "d7e99b03-f6ba-4e04-8fa8-10f3d2d3419e" ], "accept-language": [ "en-US" @@ -457,7 +457,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -471,7 +471,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:21:59 GMT" + "Sat, 06 Jun 2020 01:54:39 GMT" ], "Pragma": [ "no-cache" @@ -486,19 +486,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/39E42AC0-AA52-4E87-BB61-06FBC701A895?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/6EBEFBFB-95AA-4026-BF95-E2CBFF3D094D?api-version=2020-06-01" ], "x-ms-request-id": [ - "c7dc1bd1-6981-4f76-bf17-4677d5543a6e" + "c3ec0685-8a40-4537-a540-dd5748dfb42d" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "899" ], "x-ms-correlation-request-id": [ - "523bd65b-80f7-4822-8ecf-93323cd03153" + "dc10b45d-a9a9-41e2-9ad2-6bab321db6db" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112200Z:523bd65b-80f7-4822-8ecf-93323cd03153" + "WESTUS:20200606T015439Z:dc10b45d-a9a9-41e2-9ad2-6bab321db6db" ], "X-Content-Type-Options": [ "nosniff" @@ -513,12 +513,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-4058/providers/microsoft.eventgrid/topics/sdk-topic-3021\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.ServiceBus/namespaces/devexpservicebus/queues/devexpdestination\"\r\n },\r\n \"endpointType\": \"ServiceBusQueue\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8188\",\r\n \"name\": \"sdk-EventSubscription-8188\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-5486/providers/microsoft.eventgrid/topics/sdk-topic-7732\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.ServiceBus/namespaces/devexpservicebus/queues/devexpdestination\"\r\n },\r\n \"endpointType\": \"ServiceBusQueue\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7000\",\r\n \"name\": \"sdk-EventSubscription-7000\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/39E42AC0-AA52-4E87-BB61-06FBC701A895?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMzlFNDJBQzAtQUE1Mi00RTg3LUJCNjEtMDZGQkM3MDFBODk1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/6EBEFBFB-95AA-4026-BF95-E2CBFF3D094D?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNkVCRUZCRkItOTVBQS00MDI2LUJGOTUtRTJDQkZGM0QwOTREP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -526,7 +526,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -534,7 +534,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:10 GMT" + "Sat, 06 Jun 2020 01:54:49 GMT" ], "Pragma": [ "no-cache" @@ -546,22 +546,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "078533ee-7ace-4cb8-a385-63dc3027996a" + "4d2cb7b0-34fe-40b7-895c-3b665b3003f9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "597d7898-65bc-4118-bb1a-e51590572b38" + "ae52505a-8ff0-4d6a-a19c-b44f75f48019" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112211Z:597d7898-65bc-4118-bb1a-e51590572b38" + "WESTUS:20200606T015450Z:ae52505a-8ff0-4d6a-a19c-b44f75f48019" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -570,12 +570,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/39E42AC0-AA52-4E87-BB61-06FBC701A895?api-version=2020-04-01-preview\",\r\n \"name\": \"39e42ac0-aa52-4e87-bb61-06fbc701a895\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/6EBEFBFB-95AA-4026-BF95-E2CBFF3D094D?api-version=2020-06-01\",\r\n \"name\": \"6ebefbfb-95aa-4026-bf95-e2cbff3d094d\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8188?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTQwNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy0zMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODE4OD9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7000?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTU0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03NzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNzAwMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -583,7 +583,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -591,7 +591,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:10 GMT" + "Sat, 06 Jun 2020 01:54:50 GMT" ], "Pragma": [ "no-cache" @@ -603,16 +603,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "24a513f9-e43e-4476-996d-868581be2730" + "79adbc78-2a3a-49dd-9752-60964a6045b4" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "086c8c9e-9a0e-47a4-86c8-2c4b6547413b" + "b28cc3c1-9305-4bba-b722-bfa47426ad14" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112211Z:086c8c9e-9a0e-47a4-86c8-2c4b6547413b" + "WESTUS:20200606T015450Z:b28cc3c1-9305-4bba-b722-bfa47426ad14" ], "X-Content-Type-Options": [ "nosniff" @@ -627,17 +627,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-4058/providers/microsoft.eventgrid/topics/sdk-topic-3021\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.ServiceBus/namespaces/devexpservicebus/queues/devexpdestination\"\r\n },\r\n \"endpointType\": \"ServiceBusQueue\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8188\",\r\n \"name\": \"sdk-EventSubscription-8188\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-5486/providers/microsoft.eventgrid/topics/sdk-topic-7732\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.ServiceBus/namespaces/devexpservicebus/queues/devexpdestination\"\r\n },\r\n \"endpointType\": \"ServiceBusQueue\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7000\",\r\n \"name\": \"sdk-EventSubscription-7000\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8188?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTQwNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy0zMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODE4OD9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7000?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTU0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03NzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNzAwMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "db7192e9-a9ba-4543-9fc7-bb8487a3cc17" + "03d5a714-cf1e-46e2-8e42-a58251afa915" ], "accept-language": [ "en-US" @@ -646,7 +646,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -654,7 +654,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:16 GMT" + "Sat, 06 Jun 2020 01:54:55 GMT" ], "Pragma": [ "no-cache" @@ -666,16 +666,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "12880da7-87eb-4aab-8d83-f7fdecd92ff3" + "327318be-d7f5-4523-87fb-3c4da36e1239" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "ed26e557-710e-4afa-a1df-c5bcba6f15e9" + "26b2d37e-169f-40ed-842b-a9863bc57960" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112216Z:ed26e557-710e-4afa-a1df-c5bcba6f15e9" + "WESTUS:20200606T015455Z:26b2d37e-169f-40ed-842b-a9863bc57960" ], "X-Content-Type-Options": [ "nosniff" @@ -690,17 +690,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-4058/providers/microsoft.eventgrid/topics/sdk-topic-3021\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.ServiceBus/namespaces/devexpservicebus/queues/devexpdestination\"\r\n },\r\n \"endpointType\": \"ServiceBusQueue\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8188\",\r\n \"name\": \"sdk-EventSubscription-8188\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-5486/providers/microsoft.eventgrid/topics/sdk-topic-7732\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.ServiceBus/namespaces/devexpservicebus/queues/devexpdestination\"\r\n },\r\n \"endpointType\": \"ServiceBusQueue\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7000\",\r\n \"name\": \"sdk-EventSubscription-7000\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8188?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTQwNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy0zMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODE4OD9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7000?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTU0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03NzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNzAwMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "10461dc9-ed45-4596-b51c-47bd1c7f8eef" + "730b9622-2be6-49d4-bc22-c4001b445765" ], "accept-language": [ "en-US" @@ -709,7 +709,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -717,7 +717,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:16 GMT" + "Sat, 06 Jun 2020 01:54:55 GMT" ], "Pragma": [ "no-cache" @@ -729,16 +729,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ac2d12c8-278b-496b-88be-aba34e1babee" + "287f9867-3d5f-4f10-815d-109264aa9157" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "4debf8a0-ecb8-4318-9714-7f37bbff59e8" + "bb42cd99-a39e-4bce-9eb1-502e2313604b" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112216Z:4debf8a0-ecb8-4318-9714-7f37bbff59e8" + "WESTUS:20200606T015455Z:bb42cd99-a39e-4bce-9eb1-502e2313604b" ], "X-Content-Type-Options": [ "nosniff" @@ -753,17 +753,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-4058/providers/microsoft.eventgrid/topics/sdk-topic-3021\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.ServiceBus/namespaces/devexpservicebus/queues/devexpdestination\"\r\n },\r\n \"endpointType\": \"ServiceBusQueue\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8188\",\r\n \"name\": \"sdk-EventSubscription-8188\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-5486/providers/microsoft.eventgrid/topics/sdk-topic-7732\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.ServiceBus/namespaces/devexpservicebus/queues/devexpdestination\"\r\n },\r\n \"endpointType\": \"ServiceBusQueue\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true,\r\n \"advancedFilters\": [\r\n {\r\n \"values\": [\r\n \"sdk\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"topic\"\r\n },\r\n {\r\n \"values\": [\r\n 1.0,\r\n 2.0,\r\n 3.0\r\n ],\r\n \"operatorType\": \"NumberIn\",\r\n \"key\": \"data.key1\"\r\n },\r\n {\r\n \"value\": true,\r\n \"operatorType\": \"BoolEquals\",\r\n \"key\": \"data.key2\"\r\n },\r\n {\r\n \"values\": [\r\n \"3.0\"\r\n ],\r\n \"operatorType\": \"StringContains\",\r\n \"key\": \"dataversion\"\r\n }\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 10,\r\n \"eventTimeToLiveInMinutes\": 20\r\n },\r\n \"deadLetterDestination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg\",\r\n \"blobContainerName\": \"dlq\"\r\n },\r\n \"endpointType\": \"StorageBlob\"\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7000\",\r\n \"name\": \"sdk-EventSubscription-7000\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8188?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTQwNTgvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy0zMDIxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODE4OD9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7000?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTU0ODYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy03NzMyL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNzAwMD9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "8662c271-b780-4a16-a435-9fe377768ace" + "96054f14-f84f-46ab-94af-89cb4328994c" ], "accept-language": [ "en-US" @@ -772,7 +772,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -780,13 +780,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:16 GMT" + "Sat, 06 Jun 2020 01:54:55 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/D6CA00ED-DDD1-4E7B-8F6B-474C615DF9F6?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/F9CE93DA-3897-469A-87C3-AE60D6A6AEF8?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -798,19 +798,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/D6CA00ED-DDD1-4E7B-8F6B-474C615DF9F6?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/F9CE93DA-3897-469A-87C3-AE60D6A6AEF8?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14998" ], "x-ms-request-id": [ - "f4b70d3a-fe2f-4f8f-bb6b-9274a8d6c43a" + "17dfa233-5f5e-40a7-a2ea-a2b9cbbad3e8" ], "x-ms-correlation-request-id": [ - "f4b70d3a-fe2f-4f8f-bb6b-9274a8d6c43a" + "17dfa233-5f5e-40a7-a2ea-a2b9cbbad3e8" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112216Z:f4b70d3a-fe2f-4f8f-bb6b-9274a8d6c43a" + "WESTUS:20200606T015455Z:17dfa233-5f5e-40a7-a2ea-a2b9cbbad3e8" ], "X-Content-Type-Options": [ "nosniff" @@ -826,8 +826,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/D6CA00ED-DDD1-4E7B-8F6B-474C615DF9F6?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRDZDQTAwRUQtREREMS00RTdCLThGNkItNDc0QzYxNURGOUY2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/F9CE93DA-3897-469A-87C3-AE60D6A6AEF8?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRjlDRTkzREEtMzg5Ny00NjlBLTg3QzMtQUU2MEQ2QTZBRUY4P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -835,7 +835,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -843,7 +843,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:26 GMT" + "Sat, 06 Jun 2020 01:55:05 GMT" ], "Pragma": [ "no-cache" @@ -855,22 +855,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3211c7c1-d40f-492a-946c-9dee09acb907" + "a06453fd-6faf-44a5-aa7a-5491af9a9b07" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "747af193-6024-43c9-b373-476ed4e8f243" + "965b78cb-f9de-4c84-bb23-7ad54d1b2464" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112226Z:747af193-6024-43c9-b373-476ed4e8f243" + "WESTUS:20200606T015505Z:965b78cb-f9de-4c84-bb23-7ad54d1b2464" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -879,12 +879,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/D6CA00ED-DDD1-4E7B-8F6B-474C615DF9F6?api-version=2020-04-01-preview\",\r\n \"name\": \"d6ca00ed-ddd1-4e7b-8f6b-474c615df9f6\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/F9CE93DA-3897-469A-87C3-AE60D6A6AEF8?api-version=2020-06-01\",\r\n \"name\": \"f9ce93da-3897-469a-87c3-ae60d6a6aef8\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/D6CA00ED-DDD1-4E7B-8F6B-474C615DF9F6?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvRDZDQTAwRUQtREREMS00RTdCLThGNkItNDc0QzYxNURGOUY2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/F9CE93DA-3897-469A-87C3-AE60D6A6AEF8?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvRjlDRTkzREEtMzg5Ny00NjlBLTg3QzMtQUU2MEQ2QTZBRUY4P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -892,7 +892,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -900,7 +900,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:26 GMT" + "Sat, 06 Jun 2020 01:55:05 GMT" ], "Pragma": [ "no-cache" @@ -912,16 +912,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "499ce700-5e99-47bb-9be7-708200ca9cd1" + "b3086429-fc7a-4610-9a9d-70d1ea995ce3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "ad2aeb75-19da-4c68-9ccd-c97df5ee6914" + "44f7d8d9-9b35-44d3-bd2c-00cc83f1bbba" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112226Z:ad2aeb75-19da-4c68-9ccd-c97df5ee6914" + "WESTUS:20200606T015506Z:44f7d8d9-9b35-44d3-bd2c-00cc83f1bbba" ], "X-Content-Type-Options": [ "nosniff" @@ -937,13 +937,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4058/providers/Microsoft.EventGrid/topics/sdk-Topic-3021?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNDA1OC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMwMjE/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5486/providers/Microsoft.EventGrid/topics/sdk-Topic-7732?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctNTQ4Ni9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTc3MzI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69a1de3e-6314-4f30-9853-7052f826d248" + "361e8ef9-0803-4c9b-89eb-6a68a50ec963" ], "accept-language": [ "en-US" @@ -952,7 +952,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -960,13 +960,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:26 GMT" + "Sat, 06 Jun 2020 01:55:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/1D71FA23-1B01-42BB-8073-4FD45CD8D38F?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/33D67B8D-B2A2-478A-8E2F-3F7F2200F5BD?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -978,19 +978,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/1D71FA23-1B01-42BB-8073-4FD45CD8D38F?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/33D67B8D-B2A2-478A-8E2F-3F7F2200F5BD?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14997" ], "x-ms-request-id": [ - "ab9b299a-f7cd-4a88-945a-bdcc6ec16d96" + "b909ae3a-b643-4205-9455-0a60b5b0b60c" ], "x-ms-correlation-request-id": [ - "ab9b299a-f7cd-4a88-945a-bdcc6ec16d96" + "b909ae3a-b643-4205-9455-0a60b5b0b60c" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112227Z:ab9b299a-f7cd-4a88-945a-bdcc6ec16d96" + "WESTUS:20200606T015506Z:b909ae3a-b643-4205-9455-0a60b5b0b60c" ], "X-Content-Type-Options": [ "nosniff" @@ -1006,8 +1006,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/1D71FA23-1B01-42BB-8073-4FD45CD8D38F?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMUQ3MUZBMjMtMUIwMS00MkJCLTgwNzMtNEZENDVDRDhEMzhGP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/33D67B8D-B2A2-478A-8E2F-3F7F2200F5BD?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMzNENjdCOEQtQjJBMi00NzhBLThFMkYtM0Y3RjIyMDBGNUJEP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1015,7 +1015,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1023,7 +1023,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:36 GMT" + "Sat, 06 Jun 2020 01:55:16 GMT" ], "Pragma": [ "no-cache" @@ -1035,22 +1035,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d2fe44d4-77b6-4887-8c32-f2188cc306fb" + "03ff20d9-9cdc-4d46-8c28-730795c6a582" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "318e275b-9f0b-4bb7-8287-59335058e9dc" + "099d595b-ec1b-4f0f-b9ce-b384df8de2d5" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112237Z:318e275b-9f0b-4bb7-8287-59335058e9dc" + "WESTUS:20200606T015516Z:099d595b-ec1b-4f0f-b9ce-b384df8de2d5" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1059,12 +1059,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/1D71FA23-1B01-42BB-8073-4FD45CD8D38F?api-version=2020-04-01-preview\",\r\n \"name\": \"1d71fa23-1b01-42bb-8073-4fd45cd8d38f\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/33D67B8D-B2A2-478A-8E2F-3F7F2200F5BD?api-version=2020-06-01\",\r\n \"name\": \"33d67b8d-b2a2-478a-8e2f-3f7f2200f5bd\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/1D71FA23-1B01-42BB-8073-4FD45CD8D38F?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvMUQ3MUZBMjMtMUIwMS00MkJCLTgwNzMtNEZENDVDRDhEMzhGP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/33D67B8D-B2A2-478A-8E2F-3F7F2200F5BD?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvMzNENjdCOEQtQjJBMi00NzhBLThFMkYtM0Y3RjIyMDBGNUJEP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1072,7 +1072,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1080,7 +1080,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:22:37 GMT" + "Sat, 06 Jun 2020 01:55:16 GMT" ], "Pragma": [ "no-cache" @@ -1092,16 +1092,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "91d237b1-eed0-4a92-9bd3-e032232645c5" + "229b49bd-5646-491e-a3b8-d6cf168b414c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "92aa6a01-c6eb-49b1-bf41-b45887ac20ea" + "d396389a-0bc6-40a6-9f64-946c37270b2a" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112237Z:92aa6a01-c6eb-49b1-bf41-b45887ac20ea" + "WESTUS:20200606T015516Z:d396389a-0bc6-40a6-9f64-946c37270b2a" ], "X-Content-Type-Options": [ "nosniff" @@ -1119,9 +1119,9 @@ ], "Names": { "EventSubscriptionCreateGetUpdateDeleteWithDlqAdvancedFilterServiceBusAsDestination": [ - "sdk-EventGrid-RG-4058", - "sdk-Topic-3021", - "sdk-EventSubscription-8188" + "sdk-EventGrid-RG-5486", + "sdk-Topic-7732", + "sdk-EventSubscription-7000" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToAzureSubscriptionCreateGetUpdateDelete.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToAzureSubscriptionCreateGetUpdateDelete.json index ce926ad633b30..b1566b9b6ee09 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToAzureSubscriptionCreateGetUpdateDelete.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToAzureSubscriptionCreateGetUpdateDelete.json @@ -1,13 +1,13 @@ { "Entries": [ { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9739?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTk3Mzk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-6442?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTY0NDI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code="\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": false\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": false\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a7a2992c-0e02-4eee-a416-604ec6d76276" + "d6310f9f-35ae-4852-872f-6cacd22f4b74" ], "accept-language": [ "en-US" @@ -16,7 +16,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -30,7 +30,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:10 GMT" + "Sat, 06 Jun 2020 02:10:34 GMT" ], "Pragma": [ "no-cache" @@ -45,19 +45,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/80DB7618-0025-444F-B4B5-B0D36978612D?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/6ACA98A5-779A-4989-BA1A-C478112E6169?api-version=2020-06-01" ], "x-ms-request-id": [ - "6f3e576d-d71a-44f1-bd29-409753cdee74" + "7be95f6c-901c-4bcd-819d-7098185d8713" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "899" ], "x-ms-correlation-request-id": [ - "d43dc742-c7d7-4a4d-8f3a-c3c805ebbb27" + "872aec54-eb39-4708-acab-60250c2b98bd" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112511Z:d43dc742-c7d7-4a4d-8f3a-c3c805ebbb27" + "WESTUS:20200606T021035Z:872aec54-eb39-4708-acab-60250c2b98bd" ], "X-Content-Type-Options": [ "nosniff" @@ -72,12 +72,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9739\",\r\n \"name\": \"sdk-EventSubscription-9739\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-6442\",\r\n \"name\": \"sdk-EventSubscription-6442\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/80DB7618-0025-444F-B4B5-B0D36978612D?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvbnNTdGF0dXMvODBEQjc2MTgtMDAyNS00NDRGLUI0QjUtQjBEMzY5Nzg2MTJEP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/6ACA98A5-779A-4989-BA1A-C478112E6169?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvbnNTdGF0dXMvNkFDQTk4QTUtNzc5QS00OTg5LUJBMUEtQzQ3ODExMkU2MTY5P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -85,7 +85,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -93,7 +93,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:20 GMT" + "Sat, 06 Jun 2020 02:10:44 GMT" ], "Pragma": [ "no-cache" @@ -105,22 +105,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fe40d263-f946-455e-b7bc-d934b49a444f" + "74e21724-ab13-4120-b552-89725ad77b39" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e92e85e9-99a6-47ec-be58-bba2a994cd96" + "dfa32c69-dff9-4004-a42b-82c4ce3a7dcf" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112521Z:e92e85e9-99a6-47ec-be58-bba2a994cd96" + "WESTUS:20200606T021045Z:dfa32c69-dff9-4004-a42b-82c4ce3a7dcf" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "270" + "262" ], "Content-Type": [ "application/json; charset=utf-8" @@ -129,12 +129,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/80DB7618-0025-444F-B4B5-B0D36978612D?api-version=2020-04-01-preview\",\r\n \"name\": \"80db7618-0025-444f-b4b5-b0d36978612d\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/6ACA98A5-779A-4989-BA1A-C478112E6169?api-version=2020-06-01\",\r\n \"name\": \"6aca98a5-779a-4989-ba1a-c478112e6169\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9739?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTk3Mzk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-6442?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTY0NDI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -150,7 +150,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:20 GMT" + "Sat, 06 Jun 2020 02:10:45 GMT" ], "Pragma": [ "no-cache" @@ -162,22 +162,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f3ce8fbd-3997-4f1d-b344-a47d45d1f79c" + "79c0ef5b-94a0-48f5-8d2f-183cbaf7130e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "45159b1f-078e-40fc-9de5-500549c1ce77" + "e13fc188-b679-4bd6-8ee2-4095eff64be0" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112521Z:45159b1f-078e-40fc-9de5-500549c1ce77" + "WESTUS:20200606T021045Z:e13fc188-b679-4bd6-8ee2-4095eff64be0" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1197" + "1100" ], "Content-Type": [ "application/json; charset=utf-8" @@ -186,17 +186,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9739\",\r\n \"name\": \"sdk-EventSubscription-9739\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-6442\",\r\n \"name\": \"sdk-EventSubscription-6442\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9739?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTk3Mzk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-6442?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTY0NDI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "6af5805a-b7c5-4357-b5b0-d28a0255fb6a" + "708c0bd0-9161-442d-8a37-fb4b67cf75f6" ], "accept-language": [ "en-US" @@ -205,7 +205,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -213,7 +213,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:25 GMT" + "Sat, 06 Jun 2020 02:10:50 GMT" ], "Pragma": [ "no-cache" @@ -225,22 +225,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "300d57ee-1a9d-45d5-8418-8fd2cd693eeb" + "b89fc4f9-4e04-4d9f-9888-e2f78a536ff8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "6d47d5c7-959c-4c5f-bb08-42be8cf6a2fc" + "ed9d6d2d-98f5-46f0-9dd0-90d92e2394dc" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112526Z:6d47d5c7-959c-4c5f-bb08-42be8cf6a2fc" + "WESTUS:20200606T021050Z:ed9d6d2d-98f5-46f0-9dd0-90d92e2394dc" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1197" + "1100" ], "Content-Type": [ "application/json; charset=utf-8" @@ -249,17 +249,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9739\",\r\n \"name\": \"sdk-EventSubscription-9739\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-6442\",\r\n \"name\": \"sdk-EventSubscription-6442\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9739?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTk3Mzk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-6442?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTY0NDI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "50cf246a-6f62-4a8e-a90d-cbd0cb6462e0" + "ef11977b-e85d-4a4b-afb5-2c44ebc11dcc" ], "accept-language": [ "en-US" @@ -268,7 +268,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:26 GMT" + "Sat, 06 Jun 2020 02:10:50 GMT" ], "Pragma": [ "no-cache" @@ -288,22 +288,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "05766554-6dad-4865-8208-7bba8ee65b1f" + "d205de64-bc49-4636-8571-6d72587deaaa" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "7d335fcb-eeeb-4265-b7a4-04a759a610bc" + "eadf677c-11b2-4056-97c9-e45ee25493ea" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112526Z:7d335fcb-eeeb-4265-b7a4-04a759a610bc" + "WESTUS:20200606T021050Z:eadf677c-11b2-4056-97c9-e45ee25493ea" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1197" + "1100" ], "Content-Type": [ "application/json; charset=utf-8" @@ -312,17 +312,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9739\",\r\n \"name\": \"sdk-EventSubscription-9739\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-6442\",\r\n \"name\": \"sdk-EventSubscription-6442\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucz9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "9dcc3be0-3185-4a38-b392-663f46648544" + "8ae8e2ff-2cba-433b-a044-f76a97bcdb7c" ], "accept-language": [ "en-US" @@ -331,7 +331,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -339,7 +339,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:26 GMT" + "Sat, 06 Jun 2020 02:10:50 GMT" ], "Pragma": [ "no-cache" @@ -351,22 +351,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "422655da-c29a-4f41-abef-5aa8dd04db9b" + "829665fb-3c57-45bc-a28a-89dd1da57258" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "42bf495c-353b-4d5e-8deb-72fcda3328b2" + "c1433da6-2504-45aa-b073-743d228515db" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112526Z:42bf495c-353b-4d5e-8deb-72fcda3328b2" + "WESTUS:20200606T021050Z:c1433da6-2504-45aa-b073-743d228515db" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "15342" + "14805" ], "Content-Type": [ "application/json; charset=utf-8" @@ -375,17 +375,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/1fun9ou1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/mysub600\",\r\n \"name\": \"mysub600\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridResourceGroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://prod-18.brazilus.logic.azure.com/workflows/c22dee70ada34ffca23b5fc89232166a/triggers/When_a_resource_event_occurs/versions/08586988636200583748/run\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/LogicApp46d74b10-aa69-484e-aec2-52bfac87e2d9\",\r\n \"name\": \"LogicApp46d74b10-aa69-484e-aec2-52bfac87e2d9\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-EventHub-EASTUS2EUAP\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://prod-01.brazilus.logic.azure.com/workflows/87f6a4a8c5f3473ab9fd50076da6e909/triggers/On_a_resource_event/versions/08586988571716815965/run\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventGrid/eventSubscriptions/LogicApp4a6316a3-5bda-44c8-ae67-bfb83aa31d1e\",\r\n \"name\": \"LogicApp4a6316a3-5bda-44c8-ae67-bfb83aa31d1e\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/10jslly1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg/providers/Microsoft.EventGrid/eventSubscriptions/kalses112\",\r\n \"name\": \"kalses112\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/egprodtestingrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://kishpdummyapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/egprodtestingrg/providers/Microsoft.EventGrid/eventSubscriptions/subValid\",\r\n \"name\": \"subValid\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cesartopics\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/11x4isl1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cesartopics/providers/Microsoft.EventGrid/eventSubscriptions/cesarArmRgTest\",\r\n \"name\": \"cesarArmRgTest\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/1jimsdh1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/rgsub1\",\r\n \"name\": \"rgsub1\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cesartopics\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://eventgridtestfunctionapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cesartopics/providers/Microsoft.EventGrid/eventSubscriptions/cesarTest3\",\r\n \"name\": \"cesarTest3\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/z5gv8oz5\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg/providers/Microsoft.EventGrid/eventSubscriptions/kalses77\",\r\n \"name\": \"kalses77\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/snorop\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://eventgridtestfunctionapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Snorop/providers/Microsoft.EventGrid/eventSubscriptions/SomeSubNameHere\",\r\n \"name\": \"SomeSubNameHere\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/ue9kc5ue\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg/providers/Microsoft.EventGrid/eventSubscriptions/armswitchtest\",\r\n \"name\": \"armswitchtest\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/ue9kc5ue\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg/providers/Microsoft.EventGrid/eventSubscriptions/armswitchtest2\",\r\n \"name\": \"armswitchtest2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/ue9kc5ue\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg/providers/Microsoft.EventGrid/eventSubscriptions/armswitchtest3\",\r\n \"name\": \"armswitchtest3\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/15ksip71\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/eventSubscriptions/examplesubscription2\",\r\n \"name\": \"examplesubscription2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/15ksip71\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/eventSubscriptions/examplesubscription4\",\r\n \"name\": \"examplesubscription4\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/demorg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://kishpdummyapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/demoRg/providers/Microsoft.EventGrid/eventSubscriptions/testRg\",\r\n \"name\": \"testRg\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"AwaitingManualAction\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://eventgridtestfunctionapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/alleventtypescheck\",\r\n \"name\": \"alleventtypescheck\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventgridrunnertestresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventHub/namespaces/EventHubTestWithEventGrid1/eventhubs/egarmrunnereventhublocaltestwestus2\"\r\n },\r\n \"endpointType\": \"EventHub\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/eg-crud-runner-subscription-c5f6c255-West-US-2\",\r\n \"name\": \"eg-crud-runner-subscription-c5f6c255-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventgridrunnertestresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventHub/namespaces/EventHubTestWithEventGrid1/eventhubs/egarmrunnereventhublocaltestwestus2\"\r\n },\r\n \"endpointType\": \"EventHub\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/eg-crud-runner-subscription-88e492c5-West-US-2\",\r\n \"name\": \"eg-crud-runner-subscription-88e492c5-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventgridrunnertestresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventHub/namespaces/EventHubTestWithEventGrid1/eventhubs/egarmrunnereventhublocaltestwestus2\"\r\n },\r\n \"endpointType\": \"EventHub\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/eg-crud-runner-subscription-86f9994d-West-US-2\",\r\n \"name\": \"eg-crud-runner-subscription-86f9994d-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions?api-version=2020-04-01-preview&$skiptoken=%7b%22token%22%3a%22%2bRID%3a%7e9fgUAOy9bAIsCgAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a20%23ISV%3a2%23IEO%3a65551%23FPC%3aAgEAGQAmACyKIoAlgSEAAG9ThnmAAYaqgPEOJAA9h8iA8YERAAAo%2foABgASCARoAbYTRKlYAEoABwIAB7YIFgAKAIQEcAKEDkAkCAgBWgQQIAHIHIAMCAjKCCRQA0RAMAFEDDAARAADDxYcSgPEImGEKAgChgxEEAJilPoAZBgCyn7EAAAU%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d&$top=20\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/1fun9ou1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/mysub600\",\r\n \"name\": \"mysub600\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridResourceGroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://prod-18.brazilus.logic.azure.com/workflows/c22dee70ada34ffca23b5fc89232166a/triggers/When_a_resource_event_occurs/versions/08586988636200583748/run\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/LogicApp46d74b10-aa69-484e-aec2-52bfac87e2d9\",\r\n \"name\": \"LogicApp46d74b10-aa69-484e-aec2-52bfac87e2d9\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-EventHub-EASTUS2EUAP\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://prod-01.brazilus.logic.azure.com/workflows/87f6a4a8c5f3473ab9fd50076da6e909/triggers/On_a_resource_event/versions/08586988571716815965/run\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-EventHub-EASTUS2EUAP/providers/Microsoft.EventGrid/eventSubscriptions/LogicApp4a6316a3-5bda-44c8-ae67-bfb83aa31d1e\",\r\n \"name\": \"LogicApp4a6316a3-5bda-44c8-ae67-bfb83aa31d1e\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/10jslly1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg/providers/Microsoft.EventGrid/eventSubscriptions/kalses112\",\r\n \"name\": \"kalses112\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/egprodtestingrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://kishpdummyapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/egprodtestingrg/providers/Microsoft.EventGrid/eventSubscriptions/subValid\",\r\n \"name\": \"subValid\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cesartopics\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/11x4isl1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cesartopics/providers/Microsoft.EventGrid/eventSubscriptions/cesarArmRgTest\",\r\n \"name\": \"cesarArmRgTest\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/1jimsdh1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/gridResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/rgsub1\",\r\n \"name\": \"rgsub1\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cesartopics\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://eventgridtestfunctionapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cesartopics/providers/Microsoft.EventGrid/eventSubscriptions/cesarTest3\",\r\n \"name\": \"cesarTest3\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/snorop\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://eventgridtestfunctionapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Snorop/providers/Microsoft.EventGrid/eventSubscriptions/SomeSubNameHere\",\r\n \"name\": \"SomeSubNameHere\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/ue9kc5ue\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg/providers/Microsoft.EventGrid/eventSubscriptions/armswitchtest\",\r\n \"name\": \"armswitchtest\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/ue9kc5ue\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg/providers/Microsoft.EventGrid/eventSubscriptions/armswitchtest2\",\r\n \"name\": \"armswitchtest2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/ue9kc5ue\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/kalsrg/providers/Microsoft.EventGrid/eventSubscriptions/armswitchtest3\",\r\n \"name\": \"armswitchtest3\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/15ksip71\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/eventSubscriptions/examplesubscription2\",\r\n \"name\": \"examplesubscription2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://requestb.in/15ksip71\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": null,\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/eventSubscriptions/examplesubscription4\",\r\n \"name\": \"examplesubscription4\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/demorg\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://kishpdummyapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/demoRg/providers/Microsoft.EventGrid/eventSubscriptions/testRg\",\r\n \"name\": \"testRg\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4\",\r\n \"provisioningState\": \"AwaitingManualAction\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://eventgridtestfunctionapp.azurewebsites.net/api/HttpTriggerCSharp1\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/alleventtypescheck\",\r\n \"name\": \"alleventtypescheck\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventgridrunnertestresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventHub/namespaces/EventHubTestWithEventGrid1/eventhubs/egarmrunnereventhublocaltestwestus2\"\r\n },\r\n \"endpointType\": \"EventHub\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/eg-crud-runner-subscription-c5f6c255-West-US-2\",\r\n \"name\": \"eg-crud-runner-subscription-c5f6c255-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventgridrunnertestresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventHub/namespaces/EventHubTestWithEventGrid1/eventhubs/egarmrunnereventhublocaltestwestus2\"\r\n },\r\n \"endpointType\": \"EventHub\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/eg-crud-runner-subscription-88e492c5-West-US-2\",\r\n \"name\": \"eg-crud-runner-subscription-88e492c5-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventgridrunnertestresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventHub/namespaces/EventHubTestWithEventGrid1/eventhubs/egarmrunnereventhublocaltestwestus2\"\r\n },\r\n \"endpointType\": \"EventHub\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/eg-crud-runner-subscription-86f9994d-West-US-2\",\r\n \"name\": \"eg-crud-runner-subscription-86f9994d-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n },\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventgridrunnertestresourcegroup\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"resourceId\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventHub/namespaces/testeventhublocalusw2/eventhubs/testeventhublocalusw2\"\r\n },\r\n \"endpointType\": \"EventHub\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"\",\r\n \"subjectEndsWith\": \"\"\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1439\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/eventSubscriptions/eg-arm-runner-subscription-West-US-2\",\r\n \"name\": \"eg-arm-runner-subscription-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions?api-version=2020-06-01&$skiptoken=%7b%22token%22%3a%22%2bRID%3a%7e9fgUAOy9bAJSCgAAAAAAAA%3d%3d%23RT%3a1%23TRC%3a20%23ISV%3a2%23IEO%3a65551%23FPC%3aAgEAGgAkAFKKJYEhAABvU4Z5gAGGqoDxDiQAPYfIgPGBEQAAKP6AAYAEggEaAG2E0SpWABKAAcCAAe2CBYACgCEBHAChA5AJAgIAVoEECAByByADAgIyggkUANEQDABRAwwAEQAAw8WHEoDxCJhhCgIAoYMRBACYpT6AGggAC5PKo8EAAAw%3d%22%2c%22range%22%3a%7b%22min%22%3a%22%22%2c%22max%22%3a%22FF%22%7d%7d&$top=20\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9739?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTk3Mzk/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-6442?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnMvc2RrLUV2ZW50U3Vic2NyaXB0aW9uLTY0NDI/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "884a9ed6-1592-4339-8569-d50734ff0b55" + "9ae67ae8-379f-405b-91ac-5f6b6d64e5b2" ], "accept-language": [ "en-US" @@ -394,7 +394,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -402,13 +402,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:26 GMT" + "Sat, 06 Jun 2020 02:10:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationResults/9D820882-94A0-44CA-8894-3F38E98C45E5?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationResults/B65F27B1-94FC-42D9-9297-71A50D0753DD?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -420,19 +420,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/9D820882-94A0-44CA-8894-3F38E98C45E5?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/B65F27B1-94FC-42D9-9297-71A50D0753DD?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-request-id": [ - "f93b59e6-f749-4864-b32c-61ee9d1255f2" + "73439949-ef3b-4996-bc11-7b897864b93e" ], "x-ms-correlation-request-id": [ - "f93b59e6-f749-4864-b32c-61ee9d1255f2" + "73439949-ef3b-4996-bc11-7b897864b93e" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112527Z:f93b59e6-f749-4864-b32c-61ee9d1255f2" + "WESTUS:20200606T021051Z:73439949-ef3b-4996-bc11-7b897864b93e" ], "X-Content-Type-Options": [ "nosniff" @@ -448,8 +448,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/9D820882-94A0-44CA-8894-3F38E98C45E5?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvbnNTdGF0dXMvOUQ4MjA4ODItOTRBMC00NENBLTg4OTQtM0YzOEU5OEM0NUU1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/B65F27B1-94FC-42D9-9297-71A50D0753DD?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvbnNTdGF0dXMvQjY1RjI3QjEtOTRGQy00MkQ5LTkyOTctNzFBNTBEMDc1M0REP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -457,7 +457,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -465,7 +465,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:36 GMT" + "Sat, 06 Jun 2020 02:11:01 GMT" ], "Pragma": [ "no-cache" @@ -477,22 +477,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "86d0fa1a-901d-4d14-bd1b-d30f8d921804" + "81c9ec04-a792-4079-b092-133eb1905d17" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "9998fa40-15d1-4434-a1da-a6b356cd09e6" + "e4a416d6-dd2b-471e-90d6-07d70dfe4590" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112537Z:9998fa40-15d1-4434-a1da-a6b356cd09e6" + "WESTUS:20200606T021101Z:e4a416d6-dd2b-471e-90d6-07d70dfe4590" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "270" + "262" ], "Content-Type": [ "application/json; charset=utf-8" @@ -501,12 +501,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/9D820882-94A0-44CA-8894-3F38E98C45E5?api-version=2020-04-01-preview\",\r\n \"name\": \"9d820882-94a0-44ca-8894-3f38e98c45e5\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/B65F27B1-94FC-42D9-9297-71A50D0753DD?api-version=2020-06-01\",\r\n \"name\": \"b65f27b1-94fc-42d9-9297-71a50d0753dd\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationResults/9D820882-94A0-44CA-8894-3F38E98C45E5?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvblJlc3VsdHMvOUQ4MjA4ODItOTRBMC00NENBLTg4OTQtM0YzOEU5OEM0NUU1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationResults/B65F27B1-94FC-42D9-9297-71A50D0753DD?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvblJlc3VsdHMvQjY1RjI3QjEtOTRGQy00MkQ5LTkyOTctNzFBNTBEMDc1M0REP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -514,7 +514,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -522,7 +522,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:36 GMT" + "Sat, 06 Jun 2020 02:11:01 GMT" ], "Pragma": [ "no-cache" @@ -534,16 +534,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e49e187f-cf69-42ad-b788-e8ed7bfba43a" + "d2972ae7-8f33-45f3-b51e-6d2304d2b570" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "95049fb9-1720-438d-9244-18eb44bf7b52" + "1cea49a8-d1ce-42eb-920f-14b7d9c1c434" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112537Z:95049fb9-1720-438d-9244-18eb44bf7b52" + "WESTUS:20200606T021101Z:1cea49a8-d1ce-42eb-920f-14b7d9c1c434" ], "X-Content-Type-Options": [ "nosniff" @@ -561,7 +561,7 @@ ], "Names": { "EventSubscriptionToAzureSubscriptionCreateGetUpdateDelete": [ - "sdk-EventSubscription-9739" + "sdk-EventSubscription-6442" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToCustomTopicCreateGetUpdateDelete.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToCustomTopicCreateGetUpdateDelete.json index eb3f668a98da3..dd830766980e7 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToCustomTopicCreateGetUpdateDelete.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToCustomTopicCreateGetUpdateDelete.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3f4ab9a4-f5ab-4792-9d03-f6ae3089eabd" + "9e61caec-af60-4e22-bb9f-08097a6012a6" ], "accept-language": [ "en-US" @@ -24,7 +24,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:04 GMT" + "Sat, 06 Jun 2020 02:13:22 GMT" ], "Pragma": [ "no-cache" @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "c1c437dc-8e0d-4141-8679-a7b87f9b917b" + "4fefac9a-75c3-4b7d-bb8e-4adc6a919624" ], "x-ms-correlation-request-id": [ - "c1c437dc-8e0d-4141-8679-a7b87f9b917b" + "4fefac9a-75c3-4b7d-bb8e-4adc6a919624" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112904Z:c1c437dc-8e0d-4141-8679-a7b87f9b917b" + "WESTUS:20200606T021322Z:4fefac9a-75c3-4b7d-bb8e-4adc6a919624" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "40177" + "40782" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250\",\r\n \"name\": \"sdk-EventGrid-RG-250\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9588\",\r\n \"name\": \"sdk-EventGrid-RG-9588\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035\",\r\n \"name\": \"sdk-EventGrid-RG-8035\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772\",\r\n \"name\": \"sdk-EventGrid-RG-3772\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717\",\r\n \"name\": \"sdk-EventGrid-RG-5717\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171\",\r\n \"name\": \"sdk-EventGrid-RG-9171\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrgstorage\",\r\n \"name\": \"testrgstorage\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-831?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODMxP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-8244?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODI0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3293b4c3-5b69-4fc8-8de9-0013b7ecee2a" + "4310afcf-828e-4b53-8a03-56a35a0cb09d" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:05 GMT" + "Sat, 06 Jun 2020 02:13:23 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "af524252-9e49-4a0b-96cd-21f0ba279a1c" + "b04048e2-3234-4a2c-ae3f-72c8105357bd" ], "x-ms-correlation-request-id": [ - "af524252-9e49-4a0b-96cd-21f0ba279a1c" + "b04048e2-3234-4a2c-ae3f-72c8105357bd" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112906Z:af524252-9e49-4a0b-96cd-21f0ba279a1c" + "WESTUS:20200606T021323Z:b04048e2-3234-4a2c-ae3f-72c8105357bd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -114,7 +114,7 @@ "nosniff" ], "Content-Length": [ - "200" + "202" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831\",\r\n \"name\": \"sdk-EventGrid-RG-831\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244\",\r\n \"name\": \"sdk-EventGrid-RG-8244\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtMzMxOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODI0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NTQ/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e2cb5e6e-9abd-46f5-b7b8-e9797af48572" + "c7561889-b1f2-4cd0-8fab-c2048e05643b" ], "accept-language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:09 GMT" + "Sat, 06 Jun 2020 02:13:26 GMT" ], "Pragma": [ "no-cache" @@ -171,25 +171,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/7B853AD9-3AEA-4269-B58A-A263F2DBE959?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/9BF05A4E-E0CA-4503-906E-CD56E09154DF?api-version=2020-06-01" ], "x-ms-request-id": [ - "522f3042-6f04-42b5-993b-c9a4b91f034f" + "a7233543-6e2c-4552-82a7-8cdce2c916b6" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "3b713a67-b156-4456-97f9-b015da606f16" + "75355e20-13bd-48eb-9755-036f4cdb7731" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112909Z:3b713a67-b156-4456-97f9-b015da606f16" + "WESTUS:20200606T021327Z:75355e20-13bd-48eb-9755-036f4cdb7731" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "338" + "339" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,12 +198,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319\",\r\n \"name\": \"sdk-Topic-3319\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554\",\r\n \"name\": \"sdk-Topic-4554\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/7B853AD9-3AEA-4269-B58A-A263F2DBE959?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvN0I4NTNBRDktM0FFQS00MjY5LUI1OEEtQTI2M0YyREJFOTU5P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/9BF05A4E-E0CA-4503-906E-CD56E09154DF?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvOUJGMDVBNEUtRTBDQS00NTAzLTkwNkUtQ0Q1NkUwOTE1NERGP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -211,7 +211,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:19 GMT" + "Sat, 06 Jun 2020 02:13:36 GMT" ], "Pragma": [ "no-cache" @@ -231,22 +231,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "64ddadfe-ab1b-4fce-9f0d-3e56000a4ced" + "14f317c6-48cf-4dae-8a1b-73cd9fcaec1c" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "cc691e13-9c09-42c9-8cde-7b75d7554c9b" + "b0ae2365-9046-448d-9ac7-c5bc5b53275c" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112919Z:cc691e13-9c09-42c9-8cde-7b75d7554c9b" + "WESTUS:20200606T021337Z:b0ae2365-9046-448d-9ac7-c5bc5b53275c" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,12 +255,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/7B853AD9-3AEA-4269-B58A-A263F2DBE959?api-version=2020-04-01-preview\",\r\n \"name\": \"7b853ad9-3aea-4269-b58a-a263f2dbe959\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/9BF05A4E-E0CA-4503-906E-CD56E09154DF?api-version=2020-06-01\",\r\n \"name\": \"9bf05a4e-e0ca-4503-906e-cd56e09154df\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtMzMxOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODI0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NTQ/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,7 +268,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:19 GMT" + "Sat, 06 Jun 2020 02:13:36 GMT" ], "Pragma": [ "no-cache" @@ -288,22 +288,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5b66a0b0-12b5-4604-8fc9-a83fda17136c" + "fdaaed70-4aff-453c-8e2d-cc1fe418485b" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "8de6ca96-3b88-45b6-b002-d82ea49bcc6e" + "addf87ae-93c9-4d0c-b7c6-0c0719db1dc9" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112919Z:8de6ca96-3b88-45b6-b002-d82ea49bcc6e" + "WESTUS:20200606T021337Z:addf87ae-93c9-4d0c-b7c6-0c0719db1dc9" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "551" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -312,17 +312,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-3319.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9ec95e7d-fa0d-4102-ab37-03f08e1f083e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319\",\r\n \"name\": \"sdk-Topic-3319\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4554.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"58ef6917-4a84-4510-9cf3-68952914b646\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554\",\r\n \"name\": \"sdk-Topic-4554\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtMzMxOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODI0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NTQ/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3b010664-c449-4224-b400-756c951c0e2c" + "567e5427-d01c-4428-b8b8-36dc6cc82919" ], "accept-language": [ "en-US" @@ -331,7 +331,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -339,7 +339,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:24 GMT" + "Sat, 06 Jun 2020 02:13:41 GMT" ], "Pragma": [ "no-cache" @@ -351,22 +351,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "80be78ef-8128-4bdf-8a4e-b5526fad8e2e" + "a48565d1-fdf1-4251-97b5-db42a5c1e7f9" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "29e8e3a1-2f87-488b-b080-047193fbcca2" + "1f43fee7-5f17-40c6-b9b8-21e58c9c600c" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112925Z:29e8e3a1-2f87-488b-b080-047193fbcca2" + "WESTUS:20200606T021342Z:1f43fee7-5f17-40c6-b9b8-21e58c9c600c" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "551" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -375,17 +375,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-3319.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9ec95e7d-fa0d-4102-ab37-03f08e1f083e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319\",\r\n \"name\": \"sdk-Topic-3319\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4554.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"58ef6917-4a84-4510-9cf3-68952914b646\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554\",\r\n \"name\": \"sdk-Topic-4554\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtMzMxOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODI0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NTQ/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3e417cdf-0887-40d0-b715-fdda1afeeadd" + "6216852d-50f2-42e8-8a8e-627d92aa1e3e" ], "accept-language": [ "en-US" @@ -394,7 +394,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -402,7 +402,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:24 GMT" + "Sat, 06 Jun 2020 02:13:41 GMT" ], "Pragma": [ "no-cache" @@ -414,22 +414,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e71e8923-a9ee-423a-b78c-b27ac9410fc2" + "3053cc2d-4ea1-4f88-83c4-a4a5e2329890" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "d45fab2c-1d11-4a92-b5ea-e403c909f156" + "a9f0e99d-98f7-48da-8207-c53807c7c243" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112925Z:d45fab2c-1d11-4a92-b5ea-e403c909f156" + "WESTUS:20200606T021342Z:a9f0e99d-98f7-48da-8207-c53807c7c243" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "551" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -438,17 +438,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-3319.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9ec95e7d-fa0d-4102-ab37-03f08e1f083e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319\",\r\n \"name\": \"sdk-Topic-3319\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4554.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"58ef6917-4a84-4510-9cf3-68952914b646\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554\",\r\n \"name\": \"sdk-Topic-4554\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMzMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01OTc2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgyNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODAwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code="\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "36004a47-4a6c-4e66-9211-50e056b74ee0" + "a82d03c9-c6d7-4c63-8a52-577717affd3b" ], "accept-language": [ "en-US" @@ -457,7 +457,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -471,7 +471,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:25 GMT" + "Sat, 06 Jun 2020 02:13:42 GMT" ], "Pragma": [ "no-cache" @@ -486,25 +486,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/398EA156-D6C7-474A-B6CD-C50BD9F95C5C?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/4EA3764C-E28D-4877-972C-9B5D60113A3D?api-version=2020-06-01" ], "x-ms-request-id": [ - "c4aa3cb8-1700-4494-a083-e2b19a59085c" + "b874110e-81bb-473a-b20f-074b54238c8a" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "899" ], "x-ms-correlation-request-id": [ - "9f52c268-3cbb-40be-96dd-e69b569d0849" + "7cec6b4e-f303-42de-b92e-1526664e78e5" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112925Z:9f52c268-3cbb-40be-96dd-e69b569d0849" + "WESTUS:20200606T021343Z:7cec6b4e-f303-42de-b92e-1526664e78e5" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "892" + "894" ], "Content-Type": [ "application/json; charset=utf-8" @@ -513,12 +513,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-831/providers/microsoft.eventgrid/topics/sdk-topic-3319\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976\",\r\n \"name\": \"sdk-EventSubscription-5976\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8244/providers/microsoft.eventgrid/topics/sdk-topic-4554\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003\",\r\n \"name\": \"sdk-EventSubscription-8003\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/398EA156-D6C7-474A-B6CD-C50BD9F95C5C?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMzk4RUExNTYtRDZDNy00NzRBLUI2Q0QtQzUwQkQ5Rjk1QzVDP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/4EA3764C-E28D-4877-972C-9B5D60113A3D?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNEVBMzc2NEMtRTI4RC00ODc3LTk3MkMtOUI1RDYwMTEzQTNEP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -526,7 +526,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -534,7 +534,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:35 GMT" + "Sat, 06 Jun 2020 02:13:53 GMT" ], "Pragma": [ "no-cache" @@ -546,22 +546,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a7598b08-a84c-45fb-addb-ea404c7660b7" + "5a5cabe3-b3c1-4f2b-9d4f-2eafa98b0cfd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "0302d859-09c6-421a-b7c7-ea28f2cc9b0d" + "527c44a9-6215-4cc6-a70d-4e1396bfee94" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112935Z:0302d859-09c6-421a-b7c7-ea28f2cc9b0d" + "WESTUS:20200606T021353Z:527c44a9-6215-4cc6-a70d-4e1396bfee94" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -570,12 +570,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/398EA156-D6C7-474A-B6CD-C50BD9F95C5C?api-version=2020-04-01-preview\",\r\n \"name\": \"398ea156-d6c7-474a-b6cd-c50bd9f95c5c\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/4EA3764C-E28D-4877-972C-9B5D60113A3D?api-version=2020-06-01\",\r\n \"name\": \"4ea3764c-e28d-4877-972c-9b5d60113a3d\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMzMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01OTc2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgyNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODAwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -583,7 +583,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -591,7 +591,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:35 GMT" + "Sat, 06 Jun 2020 02:13:53 GMT" ], "Pragma": [ "no-cache" @@ -603,22 +603,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e29623f1-20d3-4af4-9564-09cccfc0341c" + "596d1b9d-c7b9-4cb6-8c1b-623a246de6dc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "6c6ccca0-87e1-4fff-8bec-ac7102d3bcb4" + "b8db2a89-e76a-4ab7-8d0a-efddaa1a3763" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112935Z:6c6ccca0-87e1-4fff-8bec-ac7102d3bcb4" + "WESTUS:20200606T021353Z:b8db2a89-e76a-4ab7-8d0a-efddaa1a3763" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "990" + "992" ], "Content-Type": [ "application/json; charset=utf-8" @@ -627,17 +627,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-831/providers/microsoft.eventgrid/topics/sdk-topic-3319\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976\",\r\n \"name\": \"sdk-EventSubscription-5976\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8244/providers/microsoft.eventgrid/topics/sdk-topic-4554\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003\",\r\n \"name\": \"sdk-EventSubscription-8003\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMzMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01OTc2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgyNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODAwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e49ff6bb-780b-498b-bf7e-dc4910d4128f" + "4daf6444-4333-43d3-bd9a-1a5bff470ca7" ], "accept-language": [ "en-US" @@ -646,7 +646,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -654,7 +654,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:40 GMT" + "Sat, 06 Jun 2020 02:13:58 GMT" ], "Pragma": [ "no-cache" @@ -666,22 +666,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "481b110d-7ae5-4827-9dca-687627c1166b" + "228441b1-dda6-4f4d-b842-84d2e9030130" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "66b9ad9b-4b6e-4356-95c5-6d6abe5566f4" + "6fa06d4f-64c6-4d4d-8492-05f562beae0f" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112941Z:66b9ad9b-4b6e-4356-95c5-6d6abe5566f4" + "WESTUS:20200606T021359Z:6fa06d4f-64c6-4d4d-8492-05f562beae0f" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "990" + "992" ], "Content-Type": [ "application/json; charset=utf-8" @@ -690,17 +690,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-831/providers/microsoft.eventgrid/topics/sdk-topic-3319\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976\",\r\n \"name\": \"sdk-EventSubscription-5976\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8244/providers/microsoft.eventgrid/topics/sdk-topic-4554\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003\",\r\n \"name\": \"sdk-EventSubscription-8003\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMzMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01OTc2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgyNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODAwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "fe91939d-d450-4804-970d-261acce8cd33" + "e4cbe86a-02a9-4c68-a0b4-c48d5f628fa6" ], "accept-language": [ "en-US" @@ -709,7 +709,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -717,7 +717,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:40 GMT" + "Sat, 06 Jun 2020 02:13:59 GMT" ], "Pragma": [ "no-cache" @@ -729,22 +729,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7facece0-9537-428b-8ef9-63057dd861b3" + "2ba83228-ad77-45d9-993d-7a5c222fa2ec" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "b4086ac2-d621-4782-a2bc-ad8ff149cf63" + "d02c5c95-6bcb-4116-8426-b1cc95df4944" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112941Z:b4086ac2-d621-4782-a2bc-ad8ff149cf63" + "WESTUS:20200606T021359Z:d02c5c95-6bcb-4116-8426-b1cc95df4944" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "990" + "992" ], "Content-Type": [ "application/json; charset=utf-8" @@ -753,12 +753,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-831/providers/microsoft.eventgrid/topics/sdk-topic-3319\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976\",\r\n \"name\": \"sdk-EventSubscription-5976\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8244/providers/microsoft.eventgrid/topics/sdk-topic-4554\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003\",\r\n \"name\": \"sdk-EventSubscription-8003\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMzMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01OTc2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgyNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODAwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -766,7 +766,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -774,7 +774,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:51 GMT" + "Sat, 06 Jun 2020 02:14:09 GMT" ], "Pragma": [ "no-cache" @@ -786,22 +786,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0b4cbda2-e807-4aca-bf20-02f80d81afc8" + "34b7361f-03e2-4e74-b833-d3a5667afce3" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "542f9ab4-823f-406c-9bb4-8afdffb15431" + "cb78e28c-3156-4e2d-baee-18abd877b212" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112952Z:542f9ab4-823f-406c-9bb4-8afdffb15431" + "WESTUS:20200606T021409Z:cb78e28c-3156-4e2d-baee-18abd877b212" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1001" + "1003" ], "Content-Type": [ "application/json; charset=utf-8" @@ -810,17 +810,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-831/providers/microsoft.eventgrid/topics/sdk-topic-3319\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976\",\r\n \"name\": \"sdk-EventSubscription-5976\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8244/providers/microsoft.eventgrid/topics/sdk-topic-4554\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003\",\r\n \"name\": \"sdk-EventSubscription-8003\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMzMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01OTc2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgyNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODAwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code="\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ]\r\n}", + "RequestBody": "{\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4e64402f-bf5a-423b-b7a2-fe37287d7b22" + "9535efe1-f49c-4fcf-9563-6516831808fd" ], "accept-language": [ "en-US" @@ -829,7 +829,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -843,7 +843,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:41 GMT" + "Sat, 06 Jun 2020 02:13:59 GMT" ], "Pragma": [ "no-cache" @@ -858,25 +858,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/8FC00D41-35C9-4161-A940-392DFA5D9D44?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/63867AF2-9BCD-4575-9D81-8875EE489294?api-version=2020-06-01" ], "x-ms-request-id": [ - "0407ffb8-bb5c-4d6b-b9f1-4bcb113f361b" + "1d36245e-a920-4cd0-8fbe-59993922e911" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "898" ], "x-ms-correlation-request-id": [ - "bdce959d-6fd5-4b6d-b6af-e20778a98c38" + "97f36913-ffd5-451d-ba49-6d2c438556e5" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112942Z:bdce959d-6fd5-4b6d-b6af-e20778a98c38" + "WESTUS:20200606T021359Z:97f36913-ffd5-451d-ba49-6d2c438556e5" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1000" + "1002" ], "Content-Type": [ "application/json; charset=utf-8" @@ -885,12 +885,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-831/providers/microsoft.eventgrid/topics/sdk-topic-3319\",\r\n \"provisioningState\": \"Updating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976\",\r\n \"name\": \"sdk-EventSubscription-5976\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8244/providers/microsoft.eventgrid/topics/sdk-topic-4554\",\r\n \"provisioningState\": \"Updating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003\",\r\n \"name\": \"sdk-EventSubscription-8003\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/8FC00D41-35C9-4161-A940-392DFA5D9D44?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvOEZDMDBENDEtMzVDOS00MTYxLUE5NDAtMzkyREZBNUQ5RDQ0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/63867AF2-9BCD-4575-9D81-8875EE489294?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNjM4NjdBRjItOUJDRC00NTc1LTlEODEtODg3NUVFNDg5Mjk0P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -898,7 +898,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -906,7 +906,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:51 GMT" + "Sat, 06 Jun 2020 02:14:09 GMT" ], "Pragma": [ "no-cache" @@ -918,22 +918,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b041941a-3657-49c7-9b43-83fec427dd06" + "5a9affc1-b381-4b6b-bc9b-5572f0ca9304" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "afe2b7aa-7834-46f5-bc12-02330aa5b6ae" + "bae4c99a-95d0-42eb-8783-8500becc4e62" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112952Z:afe2b7aa-7834-46f5-bc12-02330aa5b6ae" + "WESTUS:20200606T021409Z:bae4c99a-95d0-42eb-8783-8500becc4e62" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -942,17 +942,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/8FC00D41-35C9-4161-A940-392DFA5D9D44?api-version=2020-04-01-preview\",\r\n \"name\": \"8fc00d41-35c9-4161-a940-392dfa5d9d44\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/63867AF2-9BCD-4575-9D81-8875EE489294?api-version=2020-06-01\",\r\n \"name\": \"63867af2-9bcd-4575-9d81-8875ee489294\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/locations/centraluseuap/eventSubscriptions?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL2V2ZW50U3Vic2NyaXB0aW9ucz9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/locations/centraluseuap/eventSubscriptions?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODI0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9ldmVudFN1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "47b0f096-7058-4469-98e7-691608234b7e" + "e6c89d45-b7b1-4f16-8673-6b5bb19c9383" ], "accept-language": [ "en-US" @@ -961,7 +961,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -969,7 +969,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:51 GMT" + "Sat, 06 Jun 2020 02:14:09 GMT" ], "Pragma": [ "no-cache" @@ -981,22 +981,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b1244b5b-6ef6-464a-a16d-9816fde56d53" + "da1a6964-3070-47f9-8d72-13b5f09f2a91" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "6ea08ac5-56f2-41a8-acd5-3f55cf206a6b" + "be64a2cb-02ce-41be-a922-a9c420676b46" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112952Z:6ea08ac5-56f2-41a8-acd5-3f55cf206a6b" + "WESTUS:20200606T021410Z:be64a2cb-02ce-41be-a922-a9c420676b46" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1013" + "1015" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,17 +1005,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-831/providers/microsoft.eventgrid/topics/sdk-topic-3319\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976\",\r\n \"name\": \"sdk-EventSubscription-5976\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8244/providers/microsoft.eventgrid/topics/sdk-topic-4554\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003\",\r\n \"name\": \"sdk-EventSubscription-8003\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5976?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgzMS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTMzMTkvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01OTc2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-8003?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgyNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy00NTU0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tODAwMz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "97cac0b3-3555-47f6-9210-16fd34cab16b" + "009cd42a-1521-4751-8dcd-aaee5ab70726" ], "accept-language": [ "en-US" @@ -1024,7 +1024,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1032,13 +1032,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:51 GMT" + "Sat, 06 Jun 2020 02:14:10 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/BB0A3C31-2DCF-40DD-B42B-B308164790F6?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/5041117E-B3CB-4F05-8078-48B17860373E?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -1050,19 +1050,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/BB0A3C31-2DCF-40DD-B42B-B308164790F6?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/5041117E-B3CB-4F05-8078-48B17860373E?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "14999" ], "x-ms-request-id": [ - "294e8088-7203-41f5-86af-75761e9fddbc" + "85106b28-2176-472d-be40-586747b48c63" ], "x-ms-correlation-request-id": [ - "294e8088-7203-41f5-86af-75761e9fddbc" + "85106b28-2176-472d-be40-586747b48c63" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112952Z:294e8088-7203-41f5-86af-75761e9fddbc" + "WESTUS:20200606T021410Z:85106b28-2176-472d-be40-586747b48c63" ], "X-Content-Type-Options": [ "nosniff" @@ -1078,8 +1078,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/BB0A3C31-2DCF-40DD-B42B-B308164790F6?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQkIwQTNDMzEtMkRDRi00MERELUI0MkItQjMwODE2NDc5MEY2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/5041117E-B3CB-4F05-8078-48B17860373E?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNTA0MTExN0UtQjNDQi00RjA1LTgwNzgtNDhCMTc4NjAzNzNFP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1087,7 +1087,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1095,7 +1095,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:30:01 GMT" + "Sat, 06 Jun 2020 02:14:20 GMT" ], "Pragma": [ "no-cache" @@ -1107,22 +1107,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ca9f7f10-3e7f-4d63-b92b-28c052a7e99c" + "dd5fa44f-1362-4f45-aaa1-85896eb6c749" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "6eea88ce-1ebf-46f5-a8ff-1140bb98ec89" + "d7d3d4c1-9929-4cde-8b7f-c0e4dad29963" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T113002Z:6eea88ce-1ebf-46f5-a8ff-1140bb98ec89" + "WESTUS:20200606T021420Z:d7d3d4c1-9929-4cde-8b7f-c0e4dad29963" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1131,12 +1131,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/BB0A3C31-2DCF-40DD-B42B-B308164790F6?api-version=2020-04-01-preview\",\r\n \"name\": \"bb0a3c31-2dcf-40dd-b42b-b308164790f6\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/5041117E-B3CB-4F05-8078-48B17860373E?api-version=2020-06-01\",\r\n \"name\": \"5041117e-b3cb-4f05-8078-48b17860373e\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/BB0A3C31-2DCF-40DD-B42B-B308164790F6?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvQkIwQTNDMzEtMkRDRi00MERELUI0MkItQjMwODE2NDc5MEY2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/5041117E-B3CB-4F05-8078-48B17860373E?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvNTA0MTExN0UtQjNDQi00RjA1LTgwNzgtNDhCMTc4NjAzNzNFP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1144,7 +1144,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1152,7 +1152,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:30:01 GMT" + "Sat, 06 Jun 2020 02:14:20 GMT" ], "Pragma": [ "no-cache" @@ -1164,16 +1164,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "bc2bca09-097d-4f82-8818-7554014604a6" + "d7074f24-1a6b-4e6e-b728-a29ee66f344a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-correlation-request-id": [ - "fdda3f26-3930-46a5-82f9-ad1081d391b7" + "c9b70ca6-2fbb-44db-9250-dc3d3642691a" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T113002Z:fdda3f26-3930-46a5-82f9-ad1081d391b7" + "WESTUS:20200606T021420Z:c9b70ca6-2fbb-44db-9250-dc3d3642691a" ], "X-Content-Type-Options": [ "nosniff" @@ -1189,13 +1189,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-831/providers/Microsoft.EventGrid/topics/sdk-Topic-3319?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODMxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtMzMxOT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8244/providers/Microsoft.EventGrid/topics/sdk-Topic-4554?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODI0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ1NTQ/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1ac50851-0b23-4e8c-8ed5-0743f800964e" + "3a862627-1ecb-4f66-9df5-23144e03518b" ], "accept-language": [ "en-US" @@ -1204,7 +1204,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1212,13 +1212,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:30:02 GMT" + "Sat, 06 Jun 2020 02:14:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/C417CE89-CC57-4404-8033-C9446E88B1E1?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/0C885DD4-F45F-4DBE-852B-16C3C7D630DB?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -1230,19 +1230,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C417CE89-CC57-4404-8033-C9446E88B1E1?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/0C885DD4-F45F-4DBE-852B-16C3C7D630DB?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14997" + "14998" ], "x-ms-request-id": [ - "2fc8c1a2-51aa-40b9-ae6c-1dd5973b8520" + "a5e449ac-c5fa-4cb8-8712-7ebc5fe0a753" ], "x-ms-correlation-request-id": [ - "2fc8c1a2-51aa-40b9-ae6c-1dd5973b8520" + "a5e449ac-c5fa-4cb8-8712-7ebc5fe0a753" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T113003Z:2fc8c1a2-51aa-40b9-ae6c-1dd5973b8520" + "WESTUS:20200606T021421Z:a5e449ac-c5fa-4cb8-8712-7ebc5fe0a753" ], "X-Content-Type-Options": [ "nosniff" @@ -1258,8 +1258,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C417CE89-CC57-4404-8033-C9446E88B1E1?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQzQxN0NFODktQ0M1Ny00NDA0LTgwMzMtQzk0NDZFODhCMUUxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/0C885DD4-F45F-4DBE-852B-16C3C7D630DB?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMEM4ODVERDQtRjQ1Ri00REJFLTg1MkItMTZDM0M3RDYzMERCP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1267,7 +1267,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1275,7 +1275,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:30:13 GMT" + "Sat, 06 Jun 2020 02:14:31 GMT" ], "Pragma": [ "no-cache" @@ -1287,22 +1287,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "974039a9-c127-4536-b35e-a69bbe3892f7" + "cf3a42f7-f688-4bcd-807c-d4e07f809a82" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-correlation-request-id": [ - "41458f4e-29f1-4b34-a9d0-5b033ea6f386" + "822c28d5-92e8-4c70-b44f-873732277c58" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T113013Z:41458f4e-29f1-4b34-a9d0-5b033ea6f386" + "WESTUS:20200606T021431Z:822c28d5-92e8-4c70-b44f-873732277c58" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1311,12 +1311,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C417CE89-CC57-4404-8033-C9446E88B1E1?api-version=2020-04-01-preview\",\r\n \"name\": \"c417ce89-cc57-4404-8033-c9446e88b1e1\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/0C885DD4-F45F-4DBE-852B-16C3C7D630DB?api-version=2020-06-01\",\r\n \"name\": \"0c885dd4-f45f-4dbe-852b-16c3c7d630db\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/C417CE89-CC57-4404-8033-C9446E88B1E1?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvQzQxN0NFODktQ0M1Ny00NDA0LTgwMzMtQzk0NDZFODhCMUUxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/0C885DD4-F45F-4DBE-852B-16C3C7D630DB?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvMEM4ODVERDQtRjQ1Ri00REJFLTg1MkItMTZDM0M3RDYzMERCP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1324,7 +1324,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1332,7 +1332,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:30:13 GMT" + "Sat, 06 Jun 2020 02:14:31 GMT" ], "Pragma": [ "no-cache" @@ -1344,16 +1344,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0deade47-25c7-4709-b9ae-37eb1b9685cb" + "5ec7e5ab-524e-42f5-a74e-710710c61da6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-correlation-request-id": [ - "9b22803f-997b-4c57-b33a-7a18555b6971" + "4485aa17-b4e4-471b-bdc2-017bff326058" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T113013Z:9b22803f-997b-4c57-b33a-7a18555b6971" + "WESTUS:20200606T021431Z:4485aa17-b4e4-471b-bdc2-017bff326058" ], "X-Content-Type-Options": [ "nosniff" @@ -1371,9 +1371,9 @@ ], "Names": { "EventSubscriptionToCustomTopicCreateGetUpdateDelete": [ - "sdk-EventGrid-RG-831", - "sdk-Topic-3319", - "sdk-EventSubscription-5976" + "sdk-EventGrid-RG-8244", + "sdk-Topic-4554", + "sdk-EventSubscription-8003" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToCustomTopicCreateGetUpdateDeleteWithEventDeliverySchema.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToCustomTopicCreateGetUpdateDeleteWithEventDeliverySchema.json index 3f611c10c2a9e..c42895ac32801 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToCustomTopicCreateGetUpdateDeleteWithEventDeliverySchema.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToCustomTopicCreateGetUpdateDeleteWithEventDeliverySchema.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "247f93cd-bd24-4348-a623-060d4bd6945a" + "0ca231f1-9942-4556-ab13-f4d22b74c1fa" ], "accept-language": [ "en-US" @@ -24,22 +24,22 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:54 GMT" + "Sat, 06 Jun 2020 02:12:11 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "fbeb38ad-1b0d-474c-8eab-4d06f27ab887" + "119dbc7e-7fdd-40d1-bca0-fa6fdfaf7e12" ], "x-ms-correlation-request-id": [ - "fbeb38ad-1b0d-474c-8eab-4d06f27ab887" + "119dbc7e-7fdd-40d1-bca0-fa6fdfaf7e12" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112754Z:fbeb38ad-1b0d-474c-8eab-4d06f27ab887" + "WESTUS:20200606T021212Z:119dbc7e-7fdd-40d1-bca0-fa6fdfaf7e12" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "40179" + "40780" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044\",\r\n \"name\": \"sdk-EventGrid-RG-8044\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9588\",\r\n \"name\": \"sdk-EventGrid-RG-9588\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035\",\r\n \"name\": \"sdk-EventGrid-RG-8035\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772\",\r\n \"name\": \"sdk-EventGrid-RG-3772\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717\",\r\n \"name\": \"sdk-EventGrid-RG-5717\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-516\",\r\n \"name\": \"sdk-EventGrid-RG-516\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrgstorage\",\r\n \"name\": \"testrgstorage\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-250?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMjUwP2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-9171?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTE3MT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9e11f55c-0de0-4294-9899-afd222e9cfbf" + "a1b8b937-c556-4499-97bb-c7109d25f40e" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:55 GMT" + "Sat, 06 Jun 2020 02:12:13 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "cd180672-30d4-4543-8744-20a11b4facf6" + "a51e74c2-ac20-40ba-bc16-24f62a7d3350" ], "x-ms-correlation-request-id": [ - "cd180672-30d4-4543-8744-20a11b4facf6" + "a51e74c2-ac20-40ba-bc16-24f62a7d3350" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112756Z:cd180672-30d4-4543-8744-20a11b4facf6" + "WESTUS:20200606T021213Z:a51e74c2-ac20-40ba-bc16-24f62a7d3350" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -114,7 +114,7 @@ "nosniff" ], "Content-Length": [ - "200" + "202" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250\",\r\n \"name\": \"sdk-EventGrid-RG-250\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171\",\r\n \"name\": \"sdk-EventGrid-RG-9171\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtOTg5Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTE3MS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTgwMDE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "e919ccc6-d1df-40e2-a666-b531c100af5a" + "3aea6ed7-e2c2-45a5-8d0e-e6e02fe1ae0c" ], "accept-language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:57 GMT" + "Sat, 06 Jun 2020 02:12:16 GMT" ], "Pragma": [ "no-cache" @@ -171,25 +171,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2B5550AE-2915-46FF-AA91-39C4A1647DCD?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/75CDD197-CCB4-4E39-8596-F8CD25F55F0E?api-version=2020-06-01" ], "x-ms-request-id": [ - "3ad65832-eb92-4567-b6bd-bff0531bab66" + "f9ded67e-74dc-4d31-a6dc-6f4bd6b166a1" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1196" + "1199" ], "x-ms-correlation-request-id": [ - "7f59e139-f909-4e12-863c-3434d322bf4f" + "096a9bc7-aab5-45a7-ba3a-39061a3e746f" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112758Z:7f59e139-f909-4e12-863c-3434d322bf4f" + "WESTUS:20200606T021216Z:096a9bc7-aab5-45a7-ba3a-39061a3e746f" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "338" + "339" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,12 +198,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892\",\r\n \"name\": \"sdk-Topic-9892\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001\",\r\n \"name\": \"sdk-Topic-8001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2B5550AE-2915-46FF-AA91-39C4A1647DCD?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMkI1NTUwQUUtMjkxNS00NkZGLUFBOTEtMzlDNEExNjQ3RENEP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/75CDD197-CCB4-4E39-8596-F8CD25F55F0E?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNzVDREQxOTctQ0NCNC00RTM5LTg1OTYtRjhDRDI1RjU1RjBFP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -211,7 +211,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:07 GMT" + "Sat, 06 Jun 2020 02:12:26 GMT" ], "Pragma": [ "no-cache" @@ -231,22 +231,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "234022a4-ef4a-483b-a114-e67c1e38ec71" + "8c87bc50-99fd-4e84-8f28-11e4bc8d12d4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-correlation-request-id": [ - "cf69d091-048b-4f27-9ea7-26c38b0086ea" + "bf7e2918-d3ce-494a-9c7e-abdf669deb93" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112808Z:cf69d091-048b-4f27-9ea7-26c38b0086ea" + "WESTUS:20200606T021227Z:bf7e2918-d3ce-494a-9c7e-abdf669deb93" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,12 +255,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2B5550AE-2915-46FF-AA91-39C4A1647DCD?api-version=2020-04-01-preview\",\r\n \"name\": \"2b5550ae-2915-46ff-aa91-39c4a1647dcd\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/75CDD197-CCB4-4E39-8596-F8CD25F55F0E?api-version=2020-06-01\",\r\n \"name\": \"75cdd197-ccb4-4e39-8596-f8cd25f55f0e\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtOTg5Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTE3MS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTgwMDE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,7 +268,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:08 GMT" + "Sat, 06 Jun 2020 02:12:26 GMT" ], "Pragma": [ "no-cache" @@ -288,22 +288,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "562d0bf0-e4c1-4d77-a178-411e94e0e565" + "f9d9f249-2b9f-4c6c-a325-81d40c131a8e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11998" ], "x-ms-correlation-request-id": [ - "38abb36c-45cb-45b0-aa45-1eef42a390bd" + "495c1bcd-ec64-4c36-95cc-b804dd84436b" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112808Z:38abb36c-45cb-45b0-aa45-1eef42a390bd" + "WESTUS:20200606T021227Z:495c1bcd-ec64-4c36-95cc-b804dd84436b" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "551" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -312,17 +312,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-9892.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4ac964c2-10fa-404a-b3a5-159ae818b5ba\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892\",\r\n \"name\": \"sdk-Topic-9892\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8001.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8b1c4169-6fc6-4265-bebb-3d87b53731b2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001\",\r\n \"name\": \"sdk-Topic-8001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtOTg5Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTE3MS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTgwMDE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "445bb455-3c09-4999-b54c-32e108745f1f" + "e38aedcf-74da-4088-a003-f4385b83b4e7" ], "accept-language": [ "en-US" @@ -331,7 +331,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -339,7 +339,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:13 GMT" + "Sat, 06 Jun 2020 02:12:31 GMT" ], "Pragma": [ "no-cache" @@ -351,22 +351,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d88a5334-b204-4362-8bf7-fed78552894f" + "11cc5453-03c9-4e7d-8dd9-93de329e2d56" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11997" ], "x-ms-correlation-request-id": [ - "25c08fae-de62-4702-83f9-c4ee5b9c386b" + "a0f567f8-7cd4-4cf3-87f0-10adccd85660" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112814Z:25c08fae-de62-4702-83f9-c4ee5b9c386b" + "WESTUS:20200606T021232Z:a0f567f8-7cd4-4cf3-87f0-10adccd85660" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "551" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -375,17 +375,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-9892.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4ac964c2-10fa-404a-b3a5-159ae818b5ba\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892\",\r\n \"name\": \"sdk-Topic-9892\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8001.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8b1c4169-6fc6-4265-bebb-3d87b53731b2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001\",\r\n \"name\": \"sdk-Topic-8001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtOTg5Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTE3MS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTgwMDE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "bf16b2ce-4608-497c-a18d-a95440a33097" + "1c3a29bd-4587-462f-8295-eb295a1a2f18" ], "accept-language": [ "en-US" @@ -394,7 +394,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -402,7 +402,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:13 GMT" + "Sat, 06 Jun 2020 02:12:31 GMT" ], "Pragma": [ "no-cache" @@ -414,22 +414,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5dd3a7e3-d710-4fb8-b10e-4d9083ac68a8" + "c78d53a9-cb86-4ef4-a0c7-f7bc6874463c" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11996" ], "x-ms-correlation-request-id": [ - "d74ccbc3-7256-4f17-9d2c-d219b405f0b1" + "a62c9b5f-e6cd-4d47-821d-685aea6c0b4c" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112814Z:d74ccbc3-7256-4f17-9d2c-d219b405f0b1" + "WESTUS:20200606T021232Z:a62c9b5f-e6cd-4d47-821d-685aea6c0b4c" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "551" + "529" ], "Content-Type": [ "application/json; charset=utf-8" @@ -438,17 +438,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-9892.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4ac964c2-10fa-404a-b3a5-159ae818b5ba\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892\",\r\n \"name\": \"sdk-Topic-9892\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8001.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8b1c4169-6fc6-4265-bebb-3d87b53731b2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001\",\r\n \"name\": \"sdk-Topic-8001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTk4OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03OTE3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkxNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy04MDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjM4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "c0c57229-5888-48ed-8583-0460b2c6fac9" + "aa742da8-c9f2-464e-ac38-d670697841bb" ], "accept-language": [ "en-US" @@ -457,7 +457,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -471,7 +471,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:14 GMT" + "Sat, 06 Jun 2020 02:12:31 GMT" ], "Pragma": [ "no-cache" @@ -486,25 +486,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/3C5E4267-D757-43C5-8509-8C9374B025AA?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/842F3808-4367-4634-B00A-0FA20D520155?api-version=2020-06-01" ], "x-ms-request-id": [ - "93c7a41b-7d30-4821-b6b7-4cea769320b5" + "d041d0d1-f8a5-4d2e-a904-c52ee548c2df" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "899" ], "x-ms-correlation-request-id": [ - "3c43bf42-3537-4aab-b071-01fa7a8658ae" + "f0b52e30-dfdf-4794-88c4-c07dcbc8a6f4" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112814Z:3c43bf42-3537-4aab-b071-01fa7a8658ae" + "WESTUS:20200606T021232Z:f0b52e30-dfdf-4794-88c4-c07dcbc8a6f4" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1104" + "1106" ], "Content-Type": [ "application/json; charset=utf-8" @@ -513,12 +513,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-250/providers/microsoft.eventgrid/topics/sdk-topic-9892\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917\",\r\n \"name\": \"sdk-EventSubscription-7917\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9171/providers/microsoft.eventgrid/topics/sdk-topic-8001\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387\",\r\n \"name\": \"sdk-EventSubscription-2387\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/3C5E4267-D757-43C5-8509-8C9374B025AA?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvM0M1RTQyNjctRDc1Ny00M0M1LTg1MDktOEM5Mzc0QjAyNUFBP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/842F3808-4367-4634-B00A-0FA20D520155?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvODQyRjM4MDgtNDM2Ny00NjM0LUIwMEEtMEZBMjBENTIwMTU1P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -526,7 +526,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -534,7 +534,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:24 GMT" + "Sat, 06 Jun 2020 02:12:42 GMT" ], "Pragma": [ "no-cache" @@ -546,22 +546,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f994692a-0fa2-475d-85d8-27d10185563c" + "77b8daf5-e5fd-4ae6-a8b3-61fda4e7ba0b" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11995" ], "x-ms-correlation-request-id": [ - "c0f20311-5338-489d-808c-d78551499687" + "746cf9da-eaf4-40d6-b847-ec794f70d635" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112825Z:c0f20311-5338-489d-808c-d78551499687" + "WESTUS:20200606T021242Z:746cf9da-eaf4-40d6-b847-ec794f70d635" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -570,12 +570,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/3C5E4267-D757-43C5-8509-8C9374B025AA?api-version=2020-04-01-preview\",\r\n \"name\": \"3c5e4267-d757-43c5-8509-8c9374b025aa\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/842F3808-4367-4634-B00A-0FA20D520155?api-version=2020-06-01\",\r\n \"name\": \"842f3808-4367-4634-b00a-0fa20d520155\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTk4OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03OTE3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkxNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy04MDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjM4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -583,7 +583,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -591,7 +591,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:24 GMT" + "Sat, 06 Jun 2020 02:12:43 GMT" ], "Pragma": [ "no-cache" @@ -603,22 +603,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "57fdc855-9965-44e3-8324-3480bef6c9ba" + "848d6fad-01a4-4565-a157-b2f68845eb95" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11994" ], "x-ms-correlation-request-id": [ - "675c4cfe-100d-4651-8da6-f078f574ce08" + "2e9fd605-d194-4897-a52c-32baa4ac03b8" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112825Z:675c4cfe-100d-4651-8da6-f078f574ce08" + "WESTUS:20200606T021243Z:2e9fd605-d194-4897-a52c-32baa4ac03b8" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1145" + "1147" ], "Content-Type": [ "application/json; charset=utf-8" @@ -627,17 +627,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-250/providers/microsoft.eventgrid/topics/sdk-topic-9892\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917\",\r\n \"name\": \"sdk-EventSubscription-7917\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9171/providers/microsoft.eventgrid/topics/sdk-topic-8001\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387\",\r\n \"name\": \"sdk-EventSubscription-2387\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTk4OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03OTE3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkxNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy04MDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjM4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4c41c66d-46bc-4724-9c55-0b7328de31ab" + "1f20fd72-3c72-48d1-9c32-62d8ec207fc3" ], "accept-language": [ "en-US" @@ -646,7 +646,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -654,7 +654,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:30 GMT" + "Sat, 06 Jun 2020 02:12:48 GMT" ], "Pragma": [ "no-cache" @@ -666,22 +666,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b8f4cccf-ca3b-4e5e-91dd-863f84b787a6" + "881f02dc-5a49-4b68-93c2-5dba5b712a2e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11993" ], "x-ms-correlation-request-id": [ - "1e6897d7-ea71-46fd-8f9c-34ae6859f9e2" + "b4aebabd-576a-47ee-85e3-75a1e7b756cc" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112830Z:1e6897d7-ea71-46fd-8f9c-34ae6859f9e2" + "WESTUS:20200606T021248Z:b4aebabd-576a-47ee-85e3-75a1e7b756cc" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1145" + "1147" ], "Content-Type": [ "application/json; charset=utf-8" @@ -690,17 +690,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-250/providers/microsoft.eventgrid/topics/sdk-topic-9892\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917\",\r\n \"name\": \"sdk-EventSubscription-7917\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9171/providers/microsoft.eventgrid/topics/sdk-topic-8001\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387\",\r\n \"name\": \"sdk-EventSubscription-2387\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTk4OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03OTE3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkxNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy04MDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjM4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3684818d-1ce4-40ec-bb50-bf98ad653526" + "59b1e9a7-77c0-493c-a4b8-62252104f613" ], "accept-language": [ "en-US" @@ -709,7 +709,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -717,7 +717,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:30 GMT" + "Sat, 06 Jun 2020 02:12:48 GMT" ], "Pragma": [ "no-cache" @@ -729,22 +729,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "62bd7707-f1de-4426-a6f1-d894472d252c" + "2ae02d8b-5e80-45ec-bb72-f4b544e7af16" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11992" ], "x-ms-correlation-request-id": [ - "264d513f-0b81-4b8f-80b0-9cd770d24a71" + "f4e93dcc-f9ad-406d-bdee-6eedbf5605d1" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112830Z:264d513f-0b81-4b8f-80b0-9cd770d24a71" + "WESTUS:20200606T021248Z:f4e93dcc-f9ad-406d-bdee-6eedbf5605d1" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1145" + "1147" ], "Content-Type": [ "application/json; charset=utf-8" @@ -753,12 +753,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-250/providers/microsoft.eventgrid/topics/sdk-topic-9892\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917\",\r\n \"name\": \"sdk-EventSubscription-7917\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9171/providers/microsoft.eventgrid/topics/sdk-topic-8001\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1000,\r\n \"preferredBatchSizeInKilobytes\": 1000,\r\n \"azureActiveDirectoryTenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"azureActiveDirectoryApplicationIdOrUri\": \"03d47d4a-7c50-43e0-ba90-89d090cc4582\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387\",\r\n \"name\": \"sdk-EventSubscription-2387\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTk4OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03OTE3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkxNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy04MDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjM4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -766,7 +766,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -774,7 +774,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:41 GMT" + "Sat, 06 Jun 2020 02:12:58 GMT" ], "Pragma": [ "no-cache" @@ -786,22 +786,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f36f53b8-1dee-40ac-b1d0-abe7c1135b28" + "df6c7bad-fb28-4968-888c-424135e6ad50" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11990" ], "x-ms-correlation-request-id": [ - "b924a52e-3ea0-4c7f-970c-f6eed76c5e71" + "5229ad69-371d-4c48-875d-dc95e68a65e2" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112841Z:b924a52e-3ea0-4c7f-970c-f6eed76c5e71" + "WESTUS:20200606T021258Z:5229ad69-371d-4c48-875d-dc95e68a65e2" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1005" + "1007" ], "Content-Type": [ "application/json; charset=utf-8" @@ -810,17 +810,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-250/providers/microsoft.eventgrid/topics/sdk-topic-9892\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 4400,\r\n \"preferredBatchSizeInKilobytes\": 900\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917\",\r\n \"name\": \"sdk-EventSubscription-7917\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9171/providers/microsoft.eventgrid/topics/sdk-topic-8001\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 4400,\r\n \"preferredBatchSizeInKilobytes\": 900\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387\",\r\n \"name\": \"sdk-EventSubscription-2387\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTk4OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03OTE3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkxNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy04MDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjM4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=",\r\n \"maxEventsPerBatch\": 4400,\r\n \"preferredBatchSizeInKilobytes\": 900\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ]\r\n}", + "RequestBody": "{\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\",\r\n \"maxEventsPerBatch\": 4400,\r\n \"preferredBatchSizeInKilobytes\": 900\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9d3b64a8-55da-4327-aea5-74d8676536fb" + "73d597ad-f038-49f1-b7b6-6be56d8340a8" ], "accept-language": [ "en-US" @@ -829,7 +829,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -843,7 +843,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:30 GMT" + "Sat, 06 Jun 2020 02:12:48 GMT" ], "Pragma": [ "no-cache" @@ -858,25 +858,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/07553B93-3A66-40B8-92BE-4368017458CD?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/61224A07-F86A-4D2F-AC7F-72D19094A7FB?api-version=2020-06-01" ], "x-ms-request-id": [ - "4abb0da4-0fa1-4416-8223-009d69b23d1a" + "64949009-1d01-4748-9a71-4860c5056b2c" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "898" ], "x-ms-correlation-request-id": [ - "8b8395b5-78a1-4840-840c-2ebc215eedd0" + "880217d8-12c5-4957-8862-9b20730094cf" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112830Z:8b8395b5-78a1-4840-840c-2ebc215eedd0" + "WESTUS:20200606T021248Z:880217d8-12c5-4957-8862-9b20730094cf" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1004" + "1006" ], "Content-Type": [ "application/json; charset=utf-8" @@ -885,12 +885,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-250/providers/microsoft.eventgrid/topics/sdk-topic-9892\",\r\n \"provisioningState\": \"Updating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 4400,\r\n \"preferredBatchSizeInKilobytes\": 900\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917\",\r\n \"name\": \"sdk-EventSubscription-7917\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9171/providers/microsoft.eventgrid/topics/sdk-topic-8001\",\r\n \"provisioningState\": \"Updating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 4400,\r\n \"preferredBatchSizeInKilobytes\": 900\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387\",\r\n \"name\": \"sdk-EventSubscription-2387\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/07553B93-3A66-40B8-92BE-4368017458CD?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMDc1NTNCOTMtM0E2Ni00MEI4LTkyQkUtNDM2ODAxNzQ1OENEP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/61224A07-F86A-4D2F-AC7F-72D19094A7FB?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNjEyMjRBMDctRjg2QS00RDJGLUFDN0YtNzJEMTkwOTRBN0ZCP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -898,7 +898,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -906,7 +906,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:40 GMT" + "Sat, 06 Jun 2020 02:12:58 GMT" ], "Pragma": [ "no-cache" @@ -918,22 +918,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "268a8495-2d14-41a2-a532-5e014e4c9aa8" + "773729a6-55b8-4591-b646-2b0ab3e3fbb4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11991" ], "x-ms-correlation-request-id": [ - "a6e38a02-e405-42da-adb1-844e7217efde" + "0dedc58d-c8fc-44f7-8968-4c5a3448c7b2" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112841Z:a6e38a02-e405-42da-adb1-844e7217efde" + "WESTUS:20200606T021258Z:0dedc58d-c8fc-44f7-8968-4c5a3448c7b2" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -942,17 +942,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/07553B93-3A66-40B8-92BE-4368017458CD?api-version=2020-04-01-preview\",\r\n \"name\": \"07553b93-3a66-40b8-92be-4368017458cd\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/61224A07-F86A-4D2F-AC7F-72D19094A7FB?api-version=2020-06-01\",\r\n \"name\": \"61224a07-f86a-4d2f-ac7f-72d19094a7fb\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/locations/centraluseuap/eventSubscriptions?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL2V2ZW50U3Vic2NyaXB0aW9ucz9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/locations/centraluseuap/eventSubscriptions?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTE3MS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9ldmVudFN1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e71d911f-b761-4934-a585-eb789ab52d47" + "d7793a7c-5e29-4cd7-b47c-42d9b58a8909" ], "accept-language": [ "en-US" @@ -961,7 +961,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -969,7 +969,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:41 GMT" + "Sat, 06 Jun 2020 02:12:58 GMT" ], "Pragma": [ "no-cache" @@ -981,22 +981,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b926aad9-6c6c-4b4c-a795-6fc323704651" + "a9ec190e-5bad-4c93-8edd-ad7d4a8e632d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11989" ], "x-ms-correlation-request-id": [ - "1a54203e-62e1-443c-b9f9-43abe9742cb8" + "a27a810c-8914-49e3-8537-2c1d08b507f4" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112841Z:1a54203e-62e1-443c-b9f9-43abe9742cb8" + "WESTUS:20200606T021259Z:a27a810c-8914-49e3-8537-2c1d08b507f4" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1017" + "1019" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1005,17 +1005,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-250/providers/microsoft.eventgrid/topics/sdk-topic-9892\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 4400,\r\n \"preferredBatchSizeInKilobytes\": 900\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917\",\r\n \"name\": \"sdk-EventSubscription-7917\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9171/providers/microsoft.eventgrid/topics/sdk-topic-8001\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 4400,\r\n \"preferredBatchSizeInKilobytes\": 900\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387\",\r\n \"name\": \"sdk-EventSubscription-2387\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7917?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTk4OTIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03OTE3P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-2387?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkxNzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvdG9waWNzL3Nkay1Ub3BpYy04MDAxL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tMjM4Nz9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3658f733-6638-41ac-b7cb-4126d201babc" + "c0cd5141-0e37-4752-81e5-e883167eda1b" ], "accept-language": [ "en-US" @@ -1024,7 +1024,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1032,13 +1032,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:41 GMT" + "Sat, 06 Jun 2020 02:12:59 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/DE79E9BE-7830-4C12-9572-F9C246D20A61?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/DCE04298-C6C7-4EBC-9EDF-914EF75203B3?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -1050,19 +1050,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DE79E9BE-7830-4C12-9572-F9C246D20A61?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DCE04298-C6C7-4EBC-9EDF-914EF75203B3?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-request-id": [ - "a8b92877-a895-493e-ac91-ba43629fc822" + "982b20f9-904e-4a5c-a5a9-6862cbb8da51" ], "x-ms-correlation-request-id": [ - "a8b92877-a895-493e-ac91-ba43629fc822" + "982b20f9-904e-4a5c-a5a9-6862cbb8da51" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112841Z:a8b92877-a895-493e-ac91-ba43629fc822" + "WESTUS:20200606T021259Z:982b20f9-904e-4a5c-a5a9-6862cbb8da51" ], "X-Content-Type-Options": [ "nosniff" @@ -1078,8 +1078,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DE79E9BE-7830-4C12-9572-F9C246D20A61?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvREU3OUU5QkUtNzgzMC00QzEyLTk1NzItRjlDMjQ2RDIwQTYxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DCE04298-C6C7-4EBC-9EDF-914EF75203B3?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRENFMDQyOTgtQzZDNy00RUJDLTlFREYtOTE0RUY3NTIwM0IzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1087,7 +1087,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1095,7 +1095,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:51 GMT" + "Sat, 06 Jun 2020 02:13:09 GMT" ], "Pragma": [ "no-cache" @@ -1107,22 +1107,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aae2a171-37be-4f1b-adc0-0ebb447fe50a" + "19b9636c-35e0-4a69-81e7-981a41e64511" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11988" ], "x-ms-correlation-request-id": [ - "84c8a0ca-64c8-46f3-ab8f-e47ea17cae9a" + "4c7c367f-f5c7-421c-a843-e4cd1aa435d3" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112851Z:84c8a0ca-64c8-46f3-ab8f-e47ea17cae9a" + "WESTUS:20200606T021309Z:4c7c367f-f5c7-421c-a843-e4cd1aa435d3" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1131,12 +1131,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DE79E9BE-7830-4C12-9572-F9C246D20A61?api-version=2020-04-01-preview\",\r\n \"name\": \"de79e9be-7830-4c12-9572-f9c246d20a61\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DCE04298-C6C7-4EBC-9EDF-914EF75203B3?api-version=2020-06-01\",\r\n \"name\": \"dce04298-c6c7-4ebc-9edf-914ef75203b3\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/DE79E9BE-7830-4C12-9572-F9C246D20A61?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvREU3OUU5QkUtNzgzMC00QzEyLTk1NzItRjlDMjQ2RDIwQTYxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/DCE04298-C6C7-4EBC-9EDF-914EF75203B3?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvRENFMDQyOTgtQzZDNy00RUJDLTlFREYtOTE0RUY3NTIwM0IzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1144,7 +1144,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1152,7 +1152,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:51 GMT" + "Sat, 06 Jun 2020 02:13:09 GMT" ], "Pragma": [ "no-cache" @@ -1164,16 +1164,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6db80529-1ca5-40c0-9b92-51194d5885f1" + "3b969874-c92d-4482-8cfa-1be6a9fda6a7" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11987" ], "x-ms-correlation-request-id": [ - "3795181c-20fb-48ec-9d88-75e60c4e7529" + "3b4512ac-a429-4fe7-9688-acdf4ad07ecf" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112851Z:3795181c-20fb-48ec-9d88-75e60c4e7529" + "WESTUS:20200606T021309Z:3b4512ac-a429-4fe7-9688-acdf4ad07ecf" ], "X-Content-Type-Options": [ "nosniff" @@ -1189,13 +1189,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-250/providers/Microsoft.EventGrid/topics/sdk-Topic-9892?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMjUwL3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcy9zZGstVG9waWMtOTg5Mj9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9171/providers/Microsoft.EventGrid/topics/sdk-Topic-8001?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTE3MS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTgwMDE/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "83ed0075-427e-44de-9f3b-bc810d242364" + "03a5444e-8d50-407b-9433-13e46ea57fbb" ], "accept-language": [ "en-US" @@ -1204,7 +1204,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1212,13 +1212,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:28:52 GMT" + "Sat, 06 Jun 2020 02:13:10 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/F6C0F848-9C91-4850-9945-1F18DB753940?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/4455536E-56EB-4487-B948-74F898B407CD?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -1230,19 +1230,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/F6C0F848-9C91-4850-9945-1F18DB753940?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/4455536E-56EB-4487-B948-74F898B407CD?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14998" ], "x-ms-request-id": [ - "edd952b7-054e-4200-b72e-f813b60edc6d" + "10823dec-3052-41ee-8f3c-1b0b68ceda13" ], "x-ms-correlation-request-id": [ - "edd952b7-054e-4200-b72e-f813b60edc6d" + "10823dec-3052-41ee-8f3c-1b0b68ceda13" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112852Z:edd952b7-054e-4200-b72e-f813b60edc6d" + "WESTUS:20200606T021310Z:10823dec-3052-41ee-8f3c-1b0b68ceda13" ], "X-Content-Type-Options": [ "nosniff" @@ -1258,8 +1258,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/F6C0F848-9C91-4850-9945-1F18DB753940?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRjZDMEY4NDgtOUM5MS00ODUwLTk5NDUtMUYxOERCNzUzOTQwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/4455536E-56EB-4487-B948-74F898B407CD?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDQ1NTUzNkUtNTZFQi00NDg3LUI5NDgtNzRGODk4QjQwN0NEP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1267,7 +1267,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1275,7 +1275,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:02 GMT" + "Sat, 06 Jun 2020 02:13:20 GMT" ], "Pragma": [ "no-cache" @@ -1287,22 +1287,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77684280-bb36-4291-a881-e251748a6841" + "2e529c6c-f89e-4161-97af-54bdb18629e8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11986" ], "x-ms-correlation-request-id": [ - "dbfb3d11-3d41-4dcc-abda-0260df8015b7" + "0d867139-4551-471e-b2b8-08a52e8c4091" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112902Z:dbfb3d11-3d41-4dcc-abda-0260df8015b7" + "WESTUS:20200606T021320Z:0d867139-4551-471e-b2b8-08a52e8c4091" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1311,12 +1311,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/F6C0F848-9C91-4850-9945-1F18DB753940?api-version=2020-04-01-preview\",\r\n \"name\": \"f6c0f848-9c91-4850-9945-1f18db753940\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/4455536E-56EB-4487-B948-74F898B407CD?api-version=2020-06-01\",\r\n \"name\": \"4455536e-56eb-4487-b948-74f898b407cd\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/F6C0F848-9C91-4850-9945-1F18DB753940?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvRjZDMEY4NDgtOUM5MS00ODUwLTk5NDUtMUYxOERCNzUzOTQwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/4455536E-56EB-4487-B948-74F898B407CD?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvNDQ1NTUzNkUtNTZFQi00NDg3LUI5NDgtNzRGODk4QjQwN0NEP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1324,7 +1324,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1332,7 +1332,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:29:02 GMT" + "Sat, 06 Jun 2020 02:13:20 GMT" ], "Pragma": [ "no-cache" @@ -1344,16 +1344,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "dbeeda2a-b4c4-41f2-91c8-500ce378f1c6" + "1fb5a850-d735-4c3e-81be-88ddf5dc8282" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11985" ], "x-ms-correlation-request-id": [ - "fb7e5ec2-0f52-45d6-8e38-6194aadc3b83" + "603b0dd6-ddd9-41b3-a926-09da19b319b4" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112902Z:fb7e5ec2-0f52-45d6-8e38-6194aadc3b83" + "WESTUS:20200606T021320Z:603b0dd6-ddd9-41b3-a926-09da19b319b4" ], "X-Content-Type-Options": [ "nosniff" @@ -1371,9 +1371,9 @@ ], "Names": { "EventSubscriptionToCustomTopicCreateGetUpdateDeleteWithEventDeliverySchema": [ - "sdk-EventGrid-RG-250", - "sdk-Topic-9892", - "sdk-EventSubscription-7917" + "sdk-EventGrid-RG-9171", + "sdk-Topic-8001", + "sdk-EventSubscription-2387" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToDomainCreateGetUpdateDelete.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToDomainCreateGetUpdateDelete.json index b560ac07fa2de..c85a077e5c588 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToDomainCreateGetUpdateDelete.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToDomainCreateGetUpdateDelete.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a096b135-536a-4b04-afc0-cb8c43d8668b" + "813c73a6-6fa2-46fa-b74b-5a0d2a1b09a3" ], "accept-language": [ "en-US" @@ -24,22 +24,22 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:26 GMT" + "Sat, 06 Jun 2020 02:07:05 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-request-id": [ - "ef61f9ff-f8cb-4dfe-8766-7ccf0eb27fb4" + "6b66fef5-c909-49b1-a751-166fb4889c95" ], "x-ms-correlation-request-id": [ - "ef61f9ff-f8cb-4dfe-8766-7ccf0eb27fb4" + "6b66fef5-c909-49b1-a751-166fb4889c95" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112626Z:ef61f9ff-f8cb-4dfe-8766-7ccf0eb27fb4" + "WESTUS:20200606T020706Z:6b66fef5-c909-49b1-a751-166fb4889c95" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "40381" + "40580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231\",\r\n \"name\": \"sdk-EventGrid-RG-9231\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8392\",\r\n \"name\": \"sdk-EventGrid-RG-8392\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9588\",\r\n \"name\": \"sdk-EventGrid-RG-9588\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035\",\r\n \"name\": \"sdk-EventGrid-RG-8035\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772\",\r\n \"name\": \"sdk-EventGrid-RG-3772\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717\",\r\n \"name\": \"sdk-EventGrid-RG-5717\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrgstorage\",\r\n \"name\": \"testrgstorage\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-8044?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODA0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-1206?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTIwNj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "8e85ed41-a201-49c0-a7f6-80f8c167a38a" + "d7efeffc-f36b-4f08-9589-533f1a5f67fc" ], "accept-language": [ "en-US" @@ -90,22 +90,22 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:28 GMT" + "Sat, 06 Jun 2020 02:07:06 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" + "1198" ], "x-ms-request-id": [ - "82c608b0-c826-4b70-bd14-2589c5bcba36" + "60e2d862-bfdb-4566-9a46-855490af6d75" ], "x-ms-correlation-request-id": [ - "82c608b0-c826-4b70-bd14-2589c5bcba36" + "60e2d862-bfdb-4566-9a46-855490af6d75" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112628Z:82c608b0-c826-4b70-bd14-2589c5bcba36" + "WESTUS:20200606T020707Z:60e2d862-bfdb-4566-9a46-855490af6d75" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044\",\r\n \"name\": \"sdk-EventGrid-RG-8044\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206\",\r\n \"name\": \"sdk-EventGrid-RG-1206\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODA0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQyMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTIwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tODAyND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ef182328-1b41-4e5b-9769-8631f5249ae2" + "2ca16d80-bb5c-4f88-8a11-6d69a5967e37" ], "accept-language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:31 GMT" + "Sat, 06 Jun 2020 02:07:10 GMT" ], "Pragma": [ "no-cache" @@ -171,19 +171,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/79FD261B-546E-4414-914E-626D9DF8BA56?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/049A018F-E8BA-4FA7-AE68-446F10AD8CC1?api-version=2020-06-01" ], "x-ms-request-id": [ - "bf5cd61b-e8ce-42cb-b2ad-8b0e5cd007b3" + "c389ec7d-eef4-46c0-9566-52a5cec7ec21" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "01cad8b8-ff4b-4ea0-bad0-141f5e35ef43" + "0812c464-f426-4246-a7c3-d654cc04ebce" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112632Z:01cad8b8-ff4b-4ea0-bad0-141f5e35ef43" + "WESTUS:20200606T020710Z:0812c464-f426-4246-a7c3-d654cc04ebce" ], "X-Content-Type-Options": [ "nosniff" @@ -198,12 +198,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421\",\r\n \"name\": \"sdk-Domain-6421\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024\",\r\n \"name\": \"sdk-Domain-8024\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/79FD261B-546E-4414-914E-626D9DF8BA56?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNzlGRDI2MUItNTQ2RS00NDE0LTkxNEUtNjI2RDlERjhCQTU2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/049A018F-E8BA-4FA7-AE68-446F10AD8CC1?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMDQ5QTAxOEYtRThCQS00RkE3LUFFNjgtNDQ2RjEwQUQ4Q0MxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -211,7 +211,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:41 GMT" + "Sat, 06 Jun 2020 02:07:21 GMT" ], "Pragma": [ "no-cache" @@ -231,22 +231,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6a2bbd6f-9471-42cf-883a-6de859e83c28" + "ce9d0ee5-016b-42c3-afbb-78397406b3f6" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11999" ], "x-ms-correlation-request-id": [ - "e3e05910-45ff-445f-8fe1-09650f306869" + "1b6a6e51-10ce-4fd7-9280-85cd8c311db0" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112642Z:e3e05910-45ff-445f-8fe1-09650f306869" + "WESTUS:20200606T020721Z:1b6a6e51-10ce-4fd7-9280-85cd8c311db0" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,12 +255,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/79FD261B-546E-4414-914E-626D9DF8BA56?api-version=2020-04-01-preview\",\r\n \"name\": \"79fd261b-546e-4414-914e-626d9df8ba56\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/049A018F-E8BA-4FA7-AE68-446F10AD8CC1?api-version=2020-06-01\",\r\n \"name\": \"049a018f-e8ba-4fa7-ae68-446f10ad8cc1\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODA0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQyMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTIwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tODAyND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,7 +268,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -276,7 +276,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:41 GMT" + "Sat, 06 Jun 2020 02:07:21 GMT" ], "Pragma": [ "no-cache" @@ -288,22 +288,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d966dad3-2003-4b32-92e9-d547cb12779a" + "b0683928-8157-4b45-a60f-51bdc58d8a0f" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "e58594b4-2fcf-4c9d-bd6c-51a08c9a1ff5" + "ad74cefb-3b01-42f6-95a9-43d3aaee393d" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112642Z:e58594b4-2fcf-4c9d-bd6c-51a08c9a1ff5" + "WESTUS:20200606T020721Z:ad74cefb-3b01-42f6-95a9-43d3aaee393d" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "557" + "534" ], "Content-Type": [ "application/json; charset=utf-8" @@ -312,17 +312,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-6421.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a0bb808e-5ddb-4617-a64c-788d7a7cabca\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421\",\r\n \"name\": \"sdk-Domain-6421\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-8024.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5d76c75a-79be-48b2-9c89-f33e5415b964\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024\",\r\n \"name\": \"sdk-Domain-8024\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODA0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQyMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTIwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tODAyND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "0ffbd1b8-38cc-4e3d-a15a-adb12a642594" + "aacd6ed0-7107-45ea-be0c-2cf2345cbdb8" ], "accept-language": [ "en-US" @@ -331,7 +331,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -339,7 +339,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:46 GMT" + "Sat, 06 Jun 2020 02:07:26 GMT" ], "Pragma": [ "no-cache" @@ -351,22 +351,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fb42a91e-6164-4967-b41a-097052d49ceb" + "d0b775c3-f452-4606-8e48-24aacfb80bc7" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "6e4d03d4-1148-47d7-9bc0-1b713f751715" + "df4aff64-f006-43fc-b8d5-0b2bb476681f" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112647Z:6e4d03d4-1148-47d7-9bc0-1b713f751715" + "WESTUS:20200606T020726Z:df4aff64-f006-43fc-b8d5-0b2bb476681f" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "557" + "534" ], "Content-Type": [ "application/json; charset=utf-8" @@ -375,17 +375,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-6421.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a0bb808e-5ddb-4617-a64c-788d7a7cabca\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421\",\r\n \"name\": \"sdk-Domain-6421\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-8024.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5d76c75a-79be-48b2-9c89-f33e5415b964\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024\",\r\n \"name\": \"sdk-Domain-8024\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODA0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQyMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTIwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tODAyND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "81270e9d-575c-44ad-82ab-149eaec6ea05" + "dc49407e-e1aa-4e36-b064-0fe12cf229df" ], "accept-language": [ "en-US" @@ -394,7 +394,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -402,7 +402,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:47 GMT" + "Sat, 06 Jun 2020 02:07:26 GMT" ], "Pragma": [ "no-cache" @@ -414,22 +414,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "0c239119-603b-4611-9df2-30fa2768794d" + "bb8fbf5a-1668-4b8c-b421-59023fa1a7fd" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "ad139901-cfb7-4542-a661-7ac01a0de8cb" + "9264e76e-6d92-4318-8679-63240ddaa925" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112647Z:ad139901-cfb7-4542-a661-7ac01a0de8cb" + "WESTUS:20200606T020726Z:9264e76e-6d92-4318-8679-63240ddaa925" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "557" + "534" ], "Content-Type": [ "application/json; charset=utf-8" @@ -438,17 +438,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-6421.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a0bb808e-5ddb-4617-a64c-788d7a7cabca\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421\",\r\n \"name\": \"sdk-Domain-6421\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-domain-8024.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5d76c75a-79be-48b2-9c89-f33e5415b964\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024\",\r\n \"name\": \"sdk-Domain-8024\",\r\n \"type\": \"Microsoft.EventGrid/domains\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MjU1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MzEzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code="\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "316d82d4-f0ae-4373-8367-4201c4a1afce" + "871557c8-af30-4b90-afef-7b1494a73207" ], "accept-language": [ "en-US" @@ -457,7 +457,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -471,7 +471,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:47 GMT" + "Sat, 06 Jun 2020 02:07:26 GMT" ], "Pragma": [ "no-cache" @@ -486,19 +486,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E830FFFC-ECA2-4789-A6C6-85B068E87665?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E8C69F07-8A44-45AC-AA59-BDB9DB2A6947?api-version=2020-06-01" ], "x-ms-request-id": [ - "48da6108-5f34-4fc8-93d2-738921e32e64" + "ce8857ac-ffaa-4927-91bd-8ccc4af89561" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "899" ], "x-ms-correlation-request-id": [ - "c7c85585-e850-4bbe-b806-d2c9b733a988" + "058bb89b-ae0d-46ec-9fed-4b7df3f92f01" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112648Z:c7c85585-e850-4bbe-b806-d2c9b733a988" + "WESTUS:20200606T020727Z:058bb89b-ae0d-46ec-9fed-4b7df3f92f01" ], "X-Content-Type-Options": [ "nosniff" @@ -513,12 +513,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255\",\r\n \"name\": \"sdk-EventSubscription-9255\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313\",\r\n \"name\": \"sdk-EventSubscription-9313\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E830FFFC-ECA2-4789-A6C6-85B068E87665?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRTgzMEZGRkMtRUNBMi00Nzg5LUE2QzYtODVCMDY4RTg3NjY1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E8C69F07-8A44-45AC-AA59-BDB9DB2A6947?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRThDNjlGMDctOEE0NC00NUFDLUFBNTktQkRCOURCMkE2OTQ3P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -526,7 +526,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -534,7 +534,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:57 GMT" + "Sat, 06 Jun 2020 02:07:36 GMT" ], "Pragma": [ "no-cache" @@ -546,22 +546,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "a0d000f1-5c40-4b85-999d-cd9bf08b8349" + "726a8f50-07a3-470d-9e76-723849569397" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "534be098-bb9e-40f4-bfb6-c05bc62d17e8" + "8cc151e8-c878-4a8b-8eaa-b766b65465d9" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112658Z:534be098-bb9e-40f4-bfb6-c05bc62d17e8" + "WESTUS:20200606T020737Z:8cc151e8-c878-4a8b-8eaa-b766b65465d9" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -570,12 +570,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E830FFFC-ECA2-4789-A6C6-85B068E87665?api-version=2020-04-01-preview\",\r\n \"name\": \"e830fffc-eca2-4789-a6c6-85b068e87665\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/E8C69F07-8A44-45AC-AA59-BDB9DB2A6947?api-version=2020-06-01\",\r\n \"name\": \"e8c69f07-8a44-45ac-aa59-bdb9db2a6947\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MjU1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MzEzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -583,7 +583,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -591,7 +591,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:57 GMT" + "Sat, 06 Jun 2020 02:07:37 GMT" ], "Pragma": [ "no-cache" @@ -603,16 +603,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e453849c-2ba7-4280-b1f3-df0937237cc1" + "bf276feb-56e1-40db-9bc6-bda7a2dcd135" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "d3056692-2b8d-4c0c-b46d-0ae0febe68b5" + "3d4603f3-7a3b-4cf3-892b-4635c69dfa1e" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112658Z:d3056692-2b8d-4c0c-b46d-0ae0febe68b5" + "WESTUS:20200606T020737Z:3d4603f3-7a3b-4cf3-892b-4635c69dfa1e" ], "X-Content-Type-Options": [ "nosniff" @@ -627,17 +627,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255\",\r\n \"name\": \"sdk-EventSubscription-9255\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313\",\r\n \"name\": \"sdk-EventSubscription-9313\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MjU1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MzEzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "24cfcd03-8156-4862-99cd-c9f06e40c18c" + "65d73097-6dc6-4b5d-a2a2-d5ef6abd53e3" ], "accept-language": [ "en-US" @@ -646,7 +646,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -654,7 +654,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:02 GMT" + "Sat, 06 Jun 2020 02:07:42 GMT" ], "Pragma": [ "no-cache" @@ -666,16 +666,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "1fbe3c95-2afe-4d95-a24d-1feb84a786f5" + "e98f7a62-d857-4bd1-9fea-7da591610fde" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "daaeacb8-683d-4778-a5b7-e64cbb34396a" + "f8810458-02ec-42b7-8201-2a700fffbdde" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112703Z:daaeacb8-683d-4778-a5b7-e64cbb34396a" + "WESTUS:20200606T020742Z:f8810458-02ec-42b7-8201-2a700fffbdde" ], "X-Content-Type-Options": [ "nosniff" @@ -690,17 +690,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255\",\r\n \"name\": \"sdk-EventSubscription-9255\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313\",\r\n \"name\": \"sdk-EventSubscription-9313\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MjU1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MzEzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c243d68d-7daf-438f-8cd0-3e7066fc888c" + "71d10ab6-5c20-4d7e-9588-9696a0034306" ], "accept-language": [ "en-US" @@ -709,7 +709,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -717,7 +717,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:02 GMT" + "Sat, 06 Jun 2020 02:07:42 GMT" ], "Pragma": [ "no-cache" @@ -729,16 +729,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3345111c-ea51-4809-820f-3e826c3a06bd" + "ea5d88aa-7328-4bf3-9522-075e9f81c4f8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "c02eff2b-6c65-4d5b-9696-fbd8a16ce033" + "61e60317-9e8b-4a22-8308-074a08d02849" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112703Z:c02eff2b-6c65-4d5b-9696-fbd8a16ce033" + "WESTUS:20200606T020742Z:61e60317-9e8b-4a22-8308-074a08d02849" ], "X-Content-Type-Options": [ "nosniff" @@ -753,12 +753,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255\",\r\n \"name\": \"sdk-EventSubscription-9255\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313\",\r\n \"name\": \"sdk-EventSubscription-9313\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MjU1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MzEzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -766,7 +766,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -774,7 +774,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:14 GMT" + "Sat, 06 Jun 2020 02:07:52 GMT" ], "Pragma": [ "no-cache" @@ -786,16 +786,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "46333a37-794e-4aff-ae85-9e24c6dd6f64" + "9c29e3dc-83f3-4d04-be8d-da0cd44c6066" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11990" ], "x-ms-correlation-request-id": [ - "dbcae762-2a03-4318-8bde-3d805e6a5c26" + "d74f2d7c-0b98-4a4a-9ef8-b9dc36395dba" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112714Z:dbcae762-2a03-4318-8bde-3d805e6a5c26" + "WESTUS:20200606T020753Z:d74f2d7c-0b98-4a4a-9ef8-b9dc36395dba" ], "X-Content-Type-Options": [ "nosniff" @@ -810,17 +810,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255\",\r\n \"name\": \"sdk-EventSubscription-9255\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313\",\r\n \"name\": \"sdk-EventSubscription-9313\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MjU1P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi05MzEzP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "PATCH", - "RequestBody": "{\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code="\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ]\r\n}", + "RequestBody": "{\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ]\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "550f6090-92fc-4ae2-a188-4ed28ad4613f" + "afd166d0-824d-4cb0-91f4-aba9128adf26" ], "accept-language": [ "en-US" @@ -829,7 +829,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -843,7 +843,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:03 GMT" + "Sat, 06 Jun 2020 02:07:42 GMT" ], "Pragma": [ "no-cache" @@ -858,19 +858,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/586E5121-7B72-4E37-8E8E-A74BD4352EBA?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/B268A830-181B-4CC0-978B-81874AF958FB?api-version=2020-06-01" ], "x-ms-request-id": [ - "036c1f6e-6628-4609-a4ef-4a428423b33b" + "dfe88814-2ecc-440e-88ca-2ec919231865" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "898" ], "x-ms-correlation-request-id": [ - "2efb4d7b-84f0-4ea9-8233-6a17319085f0" + "f934e4a6-382c-4e37-892a-19cad7a5df86" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112704Z:2efb4d7b-84f0-4ea9-8233-6a17319085f0" + "WESTUS:20200606T020743Z:f934e4a6-382c-4e37-892a-19cad7a5df86" ], "X-Content-Type-Options": [ "nosniff" @@ -885,12 +885,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421\",\r\n \"provisioningState\": \"Updating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9255\",\r\n \"name\": \"sdk-EventSubscription-9255\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024\",\r\n \"provisioningState\": \"Updating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \".jpg\",\r\n \"includedEventTypes\": [\r\n \"Event1\",\r\n \"Event2\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"UpdatedLabel1\",\r\n \"UpdatedLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-9313\",\r\n \"name\": \"sdk-EventSubscription-9313\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/586E5121-7B72-4E37-8E8E-A74BD4352EBA?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNTg2RTUxMjEtN0I3Mi00RTM3LThFOEUtQTc0QkQ0MzUyRUJBP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/B268A830-181B-4CC0-978B-81874AF958FB?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQjI2OEE4MzAtMTgxQi00Q0MwLTk3OEItODE4NzRBRjk1OEZCP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -898,7 +898,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -906,7 +906,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:14 GMT" + "Sat, 06 Jun 2020 02:07:52 GMT" ], "Pragma": [ "no-cache" @@ -918,22 +918,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5677cde0-1569-4756-b969-17286cef4c1a" + "db8375b8-9327-4500-a94c-26aaec57882e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11991" ], "x-ms-correlation-request-id": [ - "2dbfa02f-1da2-4866-9229-4a3b223fe10c" + "21365418-f733-49fa-ab5a-531bb875f777" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112714Z:2dbfa02f-1da2-4866-9229-4a3b223fe10c" + "WESTUS:20200606T020753Z:21365418-f733-49fa-ab5a-531bb875f777" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -942,17 +942,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/586E5121-7B72-4E37-8E8E-A74BD4352EBA?api-version=2020-04-01-preview\",\r\n \"name\": \"586e5121-7b72-4e37-8e8e-a74bd4352eba\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/B268A830-181B-4CC0-978B-81874AF958FB?api-version=2020-06-01\",\r\n \"name\": \"b268a830-181b-4cc0-978b-81874af958fb\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/topics/sdk-DomainTopic-9707/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-524?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy05NzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNTI0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/topics/sdk-DomainTopic-184/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-3781?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy0xODQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi0zNzgxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code="\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "536bc380-805f-4733-9655-34f223316e1c" + "7f7e04b7-a989-44a5-a705-fc6afa3b6717" ], "accept-language": [ "en-US" @@ -961,7 +961,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -975,7 +975,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:15 GMT" + "Sat, 06 Jun 2020 02:07:53 GMT" ], "Pragma": [ "no-cache" @@ -990,19 +990,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C7412ADC-3841-46AE-AA80-6175F2D6107D?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/217E19C8-BCC0-4D56-A4E7-7F440A233E71?api-version=2020-06-01" ], "x-ms-request-id": [ - "6d5927b8-7872-47df-9074-bf9c7e542abf" + "ebf710fd-bde3-465a-8021-b6622e0c4ec3" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "897" ], "x-ms-correlation-request-id": [ - "7748d329-7aed-4c28-ae16-7fd7991cc132" + "82bcbbd1-9d90-4be0-9adf-5b33064ba4b8" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112715Z:7748d329-7aed-4c28-ae16-7fd7991cc132" + "WESTUS:20200606T020753Z:82bcbbd1-9d90-4be0-9adf-5b33064ba4b8" ], "X-Content-Type-Options": [ "nosniff" @@ -1017,12 +1017,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421/topics/sdk-domaintopic-9707\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/topics/sdk-DomainTopic-9707/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-524\",\r\n \"name\": \"sdk-EventSubscription-524\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024/topics/sdk-domaintopic-184\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/topics/sdk-DomainTopic-184/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-3781\",\r\n \"name\": \"sdk-EventSubscription-3781\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C7412ADC-3841-46AE-AA80-6175F2D6107D?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQzc0MTJBREMtMzg0MS00NkFFLUFBODAtNjE3NUYyRDYxMDdEP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/217E19C8-BCC0-4D56-A4E7-7F440A233E71?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMjE3RTE5QzgtQkNDMC00RDU2LUE0RTctN0Y0NDBBMjMzRTcxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1030,7 +1030,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1038,7 +1038,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:25 GMT" + "Sat, 06 Jun 2020 02:08:03 GMT" ], "Pragma": [ "no-cache" @@ -1050,22 +1050,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "79643d18-68a5-4167-b84b-12d69cbc5366" + "5b76af86-aa52-41ee-a090-8d7d674b237e" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11989" ], "x-ms-correlation-request-id": [ - "ae5604c9-a850-447b-b0d4-20fcecca1e79" + "e8cc042c-29be-4184-bc0d-04a4b307b1b2" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112725Z:ae5604c9-a850-447b-b0d4-20fcecca1e79" + "WESTUS:20200606T020803Z:e8cc042c-29be-4184-bc0d-04a4b307b1b2" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1074,12 +1074,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C7412ADC-3841-46AE-AA80-6175F2D6107D?api-version=2020-04-01-preview\",\r\n \"name\": \"c7412adc-3841-46ae-aa80-6175f2d6107d\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/217E19C8-BCC0-4D56-A4E7-7F440A233E71?api-version=2020-06-01\",\r\n \"name\": \"217e19c8-bcc0-4d56-a4e7-7f440a233e71\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/topics/sdk-DomainTopic-9707/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-524?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy05NzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNTI0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/topics/sdk-DomainTopic-184/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-3781?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy0xODQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi0zNzgxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1087,7 +1087,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1095,7 +1095,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:25 GMT" + "Sat, 06 Jun 2020 02:08:03 GMT" ], "Pragma": [ "no-cache" @@ -1107,16 +1107,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "d4280319-4138-44c3-9a40-e0a9241db38b" + "54bcc1d6-a153-4197-941b-3ddb457a6086" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11988" ], "x-ms-correlation-request-id": [ - "6e95070a-4364-4c19-b9df-f93a54608142" + "86f60f03-fb4c-49e4-b058-aa46ba420d8d" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112725Z:6e95070a-4364-4c19-b9df-f93a54608142" + "WESTUS:20200606T020804Z:86f60f03-fb4c-49e4-b058-aa46ba420d8d" ], "X-Content-Type-Options": [ "nosniff" @@ -1131,17 +1131,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421/topics/sdk-domaintopic-9707\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/topics/sdk-DomainTopic-9707/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-524\",\r\n \"name\": \"sdk-EventSubscription-524\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024/topics/sdk-domaintopic-184\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/topics/sdk-DomainTopic-184/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-3781\",\r\n \"name\": \"sdk-EventSubscription-3781\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/topics/sdk-DomainTopic-9707/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-524?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy05NzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNTI0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/topics/sdk-DomainTopic-184/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-3781?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy0xODQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi0zNzgxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "207e3ee1-687a-499c-8153-b8318ad08a57" + "5fe2a781-c5b7-4c00-908f-1a0c7338a5b1" ], "accept-language": [ "en-US" @@ -1150,7 +1150,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1158,7 +1158,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:30 GMT" + "Sat, 06 Jun 2020 02:08:08 GMT" ], "Pragma": [ "no-cache" @@ -1170,16 +1170,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "36293dee-cbc0-4ba7-83b0-195beffb8f63" + "a05fad38-7e21-4bd5-9e9c-4cdf6d0ca555" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11987" ], "x-ms-correlation-request-id": [ - "38fe3bfd-1538-40fe-ac06-c25a3419784b" + "52c06f9d-35cf-46ad-aab8-62260b9dbd29" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112730Z:38fe3bfd-1538-40fe-ac06-c25a3419784b" + "WESTUS:20200606T020809Z:52c06f9d-35cf-46ad-aab8-62260b9dbd29" ], "X-Content-Type-Options": [ "nosniff" @@ -1194,17 +1194,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421/topics/sdk-domaintopic-9707\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/topics/sdk-DomainTopic-9707/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-524\",\r\n \"name\": \"sdk-EventSubscription-524\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024/topics/sdk-domaintopic-184\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/topics/sdk-DomainTopic-184/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-3781\",\r\n \"name\": \"sdk-EventSubscription-3781\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/topics/sdk-DomainTopic-9707/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-524?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy05NzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNTI0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/topics/sdk-DomainTopic-184/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-3781?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy0xODQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi0zNzgxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "ed6f3519-2cc4-450c-aa83-721b42063459" + "249314bc-b7e4-42a0-900e-fdd558b18f6d" ], "accept-language": [ "en-US" @@ -1213,7 +1213,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1221,7 +1221,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:30 GMT" + "Sat, 06 Jun 2020 02:08:08 GMT" ], "Pragma": [ "no-cache" @@ -1233,16 +1233,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "3059064b-29eb-452c-b4d9-73d952d12844" + "2e7464b5-523c-4f2c-8d10-8129b457b870" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11986" ], "x-ms-correlation-request-id": [ - "79ddf293-07bb-4f6e-afd6-58d685761b2b" + "df0e82b7-62f6-45fe-a06c-2eed61885946" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112730Z:79ddf293-07bb-4f6e-afd6-58d685761b2b" + "WESTUS:20200606T020809Z:df0e82b7-62f6-45fe-a06c-2eed61885946" ], "X-Content-Type-Options": [ "nosniff" @@ -1257,17 +1257,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8044/providers/microsoft.eventgrid/domains/sdk-domain-6421/topics/sdk-domaintopic-9707\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/topics/sdk-DomainTopic-9707/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-524\",\r\n \"name\": \"sdk-EventSubscription-524\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-1206/providers/microsoft.eventgrid/domains/sdk-domain-8024/topics/sdk-domaintopic-184\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": true\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/topics/sdk-DomainTopic-184/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-3781\",\r\n \"name\": \"sdk-EventSubscription-3781\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/locations/centraluseuap/eventSubscriptions?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODA0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9ldmVudFN1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/locations/centraluseuap/eventSubscriptions?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTIwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9sb2NhdGlvbnMvY2VudHJhbHVzZXVhcC9ldmVudFN1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "18cf3c91-0ef7-47a5-9d41-3de465b18fe0" + "e8193ab0-9f5d-49dc-99b1-e9b72f6a824c" ], "accept-language": [ "en-US" @@ -1276,7 +1276,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1284,7 +1284,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:30 GMT" + "Sat, 06 Jun 2020 02:08:08 GMT" ], "Pragma": [ "no-cache" @@ -1296,16 +1296,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "76f33039-c509-49f4-96a8-66e4a6a7197c" + "5200c083-a8f6-4f04-8956-6d0be1afdd33" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11985" ], "x-ms-correlation-request-id": [ - "28b1c7b4-c04b-4486-8642-3c12293d52f9" + "fbb396ba-147b-44b0-a386-4f6d93204b64" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112730Z:28b1c7b4-c04b-4486-8642-3c12293d52f9" + "WESTUS:20200606T020809Z:fbb396ba-147b-44b0-a386-4f6d93204b64" ], "X-Content-Type-Options": [ "nosniff" @@ -1324,13 +1324,13 @@ "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421/topics/sdk-DomainTopic-9707/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-524?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTgwNDQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTY0MjEvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy05NzA3L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2V2ZW50U3Vic2NyaXB0aW9ucy9zZGstRXZlbnRTdWJzY3JpcHRpb24tNTI0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024/topics/sdk-DomainTopic-184/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-3781?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTEyMDYvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZG9tYWlucy9zZGstRG9tYWluLTgwMjQvdG9waWNzL3Nkay1Eb21haW5Ub3BpYy0xODQvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi0zNzgxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c8f4a641-52fa-46ca-8150-63af34a8e5b5" + "357883cb-3223-4f5b-8ab9-f45c6c290e35" ], "accept-language": [ "en-US" @@ -1339,7 +1339,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1347,13 +1347,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:31 GMT" + "Sat, 06 Jun 2020 02:08:09 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/7F199C1C-9EF2-4B20-8A0A-AF0DCA48B0F3?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -1365,19 +1365,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/7F199C1C-9EF2-4B20-8A0A-AF0DCA48B0F3?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-request-id": [ - "782096cd-1abb-4269-b559-4d152bfe5dfe" + "033f8948-3ec8-4732-82b7-297230303ee1" ], "x-ms-correlation-request-id": [ - "782096cd-1abb-4269-b559-4d152bfe5dfe" + "033f8948-3ec8-4732-82b7-297230303ee1" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112731Z:782096cd-1abb-4269-b559-4d152bfe5dfe" + "WESTUS:20200606T020809Z:033f8948-3ec8-4732-82b7-297230303ee1" ], "X-Content-Type-Options": [ "nosniff" @@ -1393,8 +1393,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/7F199C1C-9EF2-4B20-8A0A-AF0DCA48B0F3?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvN0YxOTlDMUMtOUVGMi00QjIwLThBMEEtQUYwRENBNDhCMEYzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1402,7 +1402,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1410,7 +1410,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:41 GMT" + "Sat, 06 Jun 2020 02:08:19 GMT" ], "Pragma": [ "no-cache" @@ -1422,22 +1422,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "b7e556b7-4fae-41f0-bc76-19a5746bb090" + "06fc2c54-dfc1-465d-8937-afc7abd2a2e8" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11984" ], "x-ms-correlation-request-id": [ - "f818a463-faa8-4c1b-926e-1c614b532e67" + "a13bdc89-c2ff-4028-be5a-cdb33a48b1d9" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112741Z:f818a463-faa8-4c1b-926e-1c614b532e67" + "WESTUS:20200606T020819Z:a13bdc89-c2ff-4028-be5a-cdb33a48b1d9" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "283" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1446,12 +1446,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/7F199C1C-9EF2-4B20-8A0A-AF0DCA48B0F3?api-version=2020-04-01-preview\",\r\n \"name\": \"7f199c1c-9ef2-4b20-8a0a-af0dca48b0f3\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/7F199C1C-9EF2-4B20-8A0A-AF0DCA48B0F3?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvN0YxOTlDMUMtOUVGMi00QjIwLThBMEEtQUYwRENBNDhCMEYzP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1459,7 +1459,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1467,7 +1467,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:41 GMT" + "Sat, 06 Jun 2020 02:08:29 GMT" ], "Pragma": [ "no-cache" @@ -1479,47 +1479,101 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "aad57ba0-dede-4d7d-b177-fd7018a247f9" + "cbc3b3be-cfc4-4c41-9399-ee20c3ef50f2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11983" ], "x-ms-correlation-request-id": [ - "31de9ec2-e822-40a0-af39-f5f9e4936fbd" + "c0b737ad-60c9-468d-a552-506315b5258c" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112741Z:31de9ec2-e822-40a0-af39-f5f9e4936fbd" + "WESTUS:20200606T020830Z:c0b737ad-60c9-468d-a552-506315b5258c" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "0" + "283" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8044/providers/Microsoft.EventGrid/domains/sdk-Domain-6421?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODA0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tNjQyMT9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXc=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "0ee05b97-f641-47dc-9111-d918ba887d48" + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" ], - "accept-language": [ - "en-US" + "Date": [ + "Sat, 06 Jun 2020 02:08:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], + "x-ms-request-id": [ + "c7768c55-5e70-4db6-a607-bcd89b42e1a1" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11982" + ], + "x-ms-correlation-request-id": [ + "36c91321-5409-4612-8312-dd94e6c9c152" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T020840Z:36c91321-5409-4612-8312-dd94e6c9c152" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "283" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { "User-Agent": [ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1527,16 +1581,67 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:41 GMT" + "Sat, 06 Jun 2020 02:08:49 GMT" ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/2F5DB6F5-B29D-4E56-8ED5-EDB3E54473DA?api-version=2020-04-01-preview" + "Server": [ + "Microsoft-HTTPAPI/2.0" ], - "Retry-After": [ - "10" + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "5ec6a40c-2541-43d4-8503-896f9db59d5e" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11981" + ], + "x-ms-correlation-request-id": [ + "0153be1b-23c5-449e-bbaa-d135407b770a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T020850Z:0153be1b-23c5-449e-bbaa-d135407b770a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "283" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:08:59 GMT" + ], + "Pragma": [ + "no-cache" ], "Server": [ "Microsoft-HTTPAPI/2.0" @@ -1544,37 +1649,94 @@ "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2F5DB6F5-B29D-4E56-8ED5-EDB3E54473DA?api-version=2020-04-01-preview" + "x-ms-request-id": [ + "a6efc296-b257-43ed-8b92-e8fe35b87ffb" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14998" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11980" + ], + "x-ms-correlation-request-id": [ + "197e30cc-d22a-41cb-ac1c-706cd9fe571a" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T020900Z:197e30cc-d22a-41cb-ac1c-706cd9fe571a" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "283" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:09:09 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b4a165e-bdd9-4041-9c2d-097e82059935" + "326a51ab-1643-44f5-bdcd-988f7476af08" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11979" ], "x-ms-correlation-request-id": [ - "8b4a165e-bdd9-4041-9c2d-097e82059935" + "3c8eea52-758e-4d09-a6ee-1fca397ffa64" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112741Z:8b4a165e-bdd9-4041-9c2d-097e82059935" + "WESTUS:20200606T020910Z:3c8eea52-758e-4d09-a6ee-1fca397ffa64" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "0" + "283" + ], + "Content-Type": [ + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2F5DB6F5-B29D-4E56-8ED5-EDB3E54473DA?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMkY1REI2RjUtQjI5RC00RTU2LThFRDUtRURCM0U1NDQ3M0RBP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1582,7 +1744,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1590,7 +1752,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:51 GMT" + "Sat, 06 Jun 2020 02:09:19 GMT" ], "Pragma": [ "no-cache" @@ -1602,22 +1764,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "11a5ae5c-875f-43c9-b624-c8809e8515b4" + "8ad33344-18c5-4bcb-a16e-2c568d03fca4" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11978" ], "x-ms-correlation-request-id": [ - "4b9654be-e827-4021-a7d4-8f7cb5100aa4" + "5e231cd7-43df-4e45-b1a3-1d2258f89b57" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112752Z:4b9654be-e827-4021-a7d4-8f7cb5100aa4" + "WESTUS:20200606T020920Z:5e231cd7-43df-4e45-b1a3-1d2258f89b57" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "283" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1626,12 +1788,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/2F5DB6F5-B29D-4E56-8ED5-EDB3E54473DA?api-version=2020-04-01-preview\",\r\n \"name\": \"2f5db6f5-b29d-4e56-8ed5-edb3e54473da\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/2F5DB6F5-B29D-4E56-8ED5-EDB3E54473DA?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvMkY1REI2RjUtQjI5RC00RTU2LThFRDUtRURCM0U1NDQ3M0RBP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1639,7 +1801,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1647,7 +1809,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:27:51 GMT" + "Sat, 06 Jun 2020 02:09:29 GMT" ], "Pragma": [ "no-cache" @@ -1659,16 +1821,481 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "20bfc8aa-da6e-4809-983a-7871da03d0e5" + "0ab0449f-cf5d-4295-8d43-cac0d71ff9e6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11977" + ], + "x-ms-correlation-request-id": [ + "6c6a010c-bdb7-4399-a94e-c02dbc6fb331" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T020930Z:6c6a010c-bdb7-4399-a94e-c02dbc6fb331" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "283" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:09:39 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "7b4451af-2ff4-4a26-b99e-2ce42f337e41" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11976" + ], + "x-ms-correlation-request-id": [ + "c464720b-68a4-48c3-92df-4e83cedd6a1e" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T020940Z:c464720b-68a4-48c3-92df-4e83cedd6a1e" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "283" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:09:50 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "c822163b-6a39-4100-8fd9-1a01f5dfc6d3" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11975" + ], + "x-ms-correlation-request-id": [ + "d2b45f6a-ed7c-4588-8c8f-d7c3176001c8" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T020950Z:d2b45f6a-ed7c-4588-8c8f-d7c3176001c8" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "283" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:10:00 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "816d51e1-1100-47f0-8979-4183eb81ddcb" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11974" + ], + "x-ms-correlation-request-id": [ + "e4dfc1c0-23c3-446c-a505-d865225dcb49" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T021000Z:e4dfc1c0-23c3-446c-a505-d865225dcb49" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "283" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Active\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:10:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "2a3123e1-1e95-4cd5-9184-f06cede23ff9" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11973" + ], + "x-ms-correlation-request-id": [ + "c0dc3e03-cdbe-4ba8-8751-482b1ba5e8cf" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T021010Z:c0dc3e03-cdbe-4ba8-8751-482b1ba5e8cf" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "286" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01\",\r\n \"name\": \"412679ce-ff0b-47ca-9d12-38850d7b3e56\",\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/412679CE-FF0B-47CA-9D12-38850D7B3E56?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvNDEyNjc5Q0UtRkYwQi00N0NBLTlEMTItMzg4NTBEN0IzRTU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:10:10 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "d5ef9335-e39c-4feb-a4d5-5f4bf70b07e2" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11972" + ], + "x-ms-correlation-request-id": [ + "0bd3c513-9b97-4099-a020-10b304527b0b" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T021011Z:0bd3c513-9b97-4099-a020-10b304527b0b" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1206/providers/Microsoft.EventGrid/domains/sdk-Domain-8024?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTIwNi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9kb21haW5zL3Nkay1Eb21haW4tODAyND9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", + "RequestMethod": "DELETE", + "RequestBody": "", + "RequestHeaders": { + "x-ms-client-request-id": [ + "016b9192-0152-4feb-8e36-f830e146dc20" + ], + "accept-language": [ + "en-US" + ], + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:10:11 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Location": [ + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/DE0D646E-5C1F-4AF9-A401-E629B111E355?api-version=2020-06-01" + ], + "Retry-After": [ + "10" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DE0D646E-5C1F-4AF9-A401-E629B111E355?api-version=2020-06-01" + ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14998" + ], + "x-ms-request-id": [ + "b47a2983-407e-45db-a6e4-08ea342fcc96" + ], + "x-ms-correlation-request-id": [ + "b47a2983-407e-45db-a6e4-08ea342fcc96" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T021011Z:b47a2983-407e-45db-a6e4-08ea342fcc96" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DE0D646E-5C1F-4AF9-A401-E629B111E355?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvREUwRDY0NkUtNUMxRi00QUY5LUE0MDEtRTYyOUIxMTFFMzU1P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:10:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "a1dea3e3-37cb-469c-bb92-57ff3baf4d17" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11971" + ], + "x-ms-correlation-request-id": [ + "21c0c232-42fe-43bc-889b-5d9779c3b410" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T021021Z:21c0c232-42fe-43bc-889b-5d9779c3b410" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "286" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/DE0D646E-5C1F-4AF9-A401-E629B111E355?api-version=2020-06-01\",\r\n \"name\": \"de0d646e-5c1f-4af9-a401-e629b111e355\",\r\n \"status\": \"Succeeded\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/DE0D646E-5C1F-4AF9-A401-E629B111E355?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvREUwRDY0NkUtNUMxRi00QUY5LUE0MDEtRTYyOUIxMTFFMzU1P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 02:10:21 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "cba72cb5-212d-4db0-b21b-897406758d8f" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11970" ], "x-ms-correlation-request-id": [ - "fcc57aed-0b33-4ecd-a605-e9dae622f41f" + "9ba3bb19-3c48-463e-99c5-389917dc3620" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112752Z:fcc57aed-0b33-4ecd-a605-e9dae622f41f" + "WESTUS:20200606T021022Z:9ba3bb19-3c48-463e-99c5-389917dc3620" ], "X-Content-Type-Options": [ "nosniff" @@ -1686,11 +2313,11 @@ ], "Names": { "EventSubscriptionToDomainCreateGetUpdateDelete": [ - "sdk-EventGrid-RG-8044", - "sdk-Domain-6421", - "sdk-DomainTopic-9707", - "sdk-EventSubscription-9255", - "sdk-EventSubscription-524" + "sdk-EventGrid-RG-1206", + "sdk-Domain-8024", + "sdk-DomainTopic-184", + "sdk-EventSubscription-9313", + "sdk-EventSubscription-3781" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToResourceGroupCreateGetUpdateDelete.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToResourceGroupCreateGetUpdateDelete.json index 92109b3c9dc80..ec93d40d1c0e4 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToResourceGroupCreateGetUpdateDelete.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/EventSubscriptionToResourceGroupCreateGetUpdateDelete.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d1100634-ddfb-48ba-a105-779433910bee" + "d11e13d9-edb2-4863-93c8-d9691b1de0df" ], "accept-language": [ "en-US" @@ -24,7 +24,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:46 GMT" + "Sat, 06 Jun 2020 01:58:31 GMT" ], "Pragma": [ "no-cache" @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "ca78359f-3a29-46d7-a0c5-f14a15f7cb67" + "79f4b800-3b57-4829-af9d-41d879edaf11" ], "x-ms-correlation-request-id": [ - "ca78359f-3a29-46d7-a0c5-f14a15f7cb67" + "79f4b800-3b57-4829-af9d-41d879edaf11" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112547Z:ca78359f-3a29-46d7-a0c5-f14a15f7cb67" + "WESTUS:20200606T015831Z:79f4b800-3b57-4829-af9d-41d879edaf11" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "39977" + "40580" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9588\",\r\n \"name\": \"sdk-EventGrid-RG-9588\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035\",\r\n \"name\": \"sdk-EventGrid-RG-8035\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772\",\r\n \"name\": \"sdk-EventGrid-RG-3772\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717\",\r\n \"name\": \"sdk-EventGrid-RG-5717\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrgstorage\",\r\n \"name\": \"testrgstorage\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-9231?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTIzMT9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-8642?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODY0Mj9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "5cf15002-eae3-4981-a18d-3e73e3b58c3e" + "890e5393-f718-4246-a5c1-7f64c6c5548f" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:47 GMT" + "Sat, 06 Jun 2020 01:58:32 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "8e5a14c8-1b2a-46a7-996e-dcfd72c6a2ea" + "f189fda0-71cc-4480-91ba-be9b8ab8decf" ], "x-ms-correlation-request-id": [ - "8e5a14c8-1b2a-46a7-996e-dcfd72c6a2ea" + "f189fda0-71cc-4480-91ba-be9b8ab8decf" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112548Z:8e5a14c8-1b2a-46a7-996e-dcfd72c6a2ea" + "WESTUS:20200606T015832Z:f189fda0-71cc-4480-91ba-be9b8ab8decf" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231\",\r\n \"name\": \"sdk-EventGrid-RG-9231\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642\",\r\n \"name\": \"sdk-EventGrid-RG-8642\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03Nzk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTg2NDIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01MzkwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code="\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": false\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"destination\": {\r\n \"endpointType\": \"WebHook\",\r\n \"properties\": {\r\n \"endpointUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid?functionName=EventGridTrigger1&code=\"\r\n }\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"isSubjectCaseSensitive\": false\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ]\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "4a516825-6594-4cd2-91cb-7a3a235663c1" + "440c32d6-adc6-4d76-85bc-90b409fbec72" ], "accept-language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:49 GMT" + "Sat, 06 Jun 2020 01:58:33 GMT" ], "Pragma": [ "no-cache" @@ -171,19 +171,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/BE1DEE7D-1A36-40DA-ADA6-47B863A0A2E2?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/C8169DD0-2372-4DFD-AEDF-BBB574411F00?api-version=2020-06-01" ], "x-ms-request-id": [ - "6726421e-471d-49d2-983f-d90bdb8af491" + "0e5a8c82-c00d-4162-9f7f-be8000dc7ef0" ], "x-ms-ratelimit-remaining-subscription-resource-requests": [ "899" ], "x-ms-correlation-request-id": [ - "6acb8f57-32cf-49fd-aaf5-cd3149d2cc8b" + "2d9f78b0-ae48-407e-b7a6-48b552c558b2" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112550Z:6acb8f57-32cf-49fd-aaf5-cd3149d2cc8b" + "WESTUS:20200606T015834Z:2d9f78b0-ae48-407e-b7a6-48b552c558b2" ], "X-Content-Type-Options": [ "nosniff" @@ -198,12 +198,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9231\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794\",\r\n \"name\": \"sdk-EventSubscription-7794\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8642\",\r\n \"provisioningState\": \"Creating\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390\",\r\n \"name\": \"sdk-EventSubscription-5390\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/BE1DEE7D-1A36-40DA-ADA6-47B863A0A2E2?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvbnNTdGF0dXMvQkUxREVFN0QtMUEzNi00MERBLUFEQTYtNDdCODYzQTBBMkUyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/C8169DD0-2372-4DFD-AEDF-BBB574411F00?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvbnNTdGF0dXMvQzgxNjlERDAtMjM3Mi00REZELUFFREYtQkJCNTc0NDExRjAwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -211,7 +211,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -219,7 +219,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:25:59 GMT" + "Sat, 06 Jun 2020 01:58:44 GMT" ], "Pragma": [ "no-cache" @@ -231,22 +231,79 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "65fe9981-ec8a-4dc5-af8d-1762e8a20751" + "56f19673-e118-43d8-9d78-1106e82ae6ec" + ], + "x-ms-ratelimit-remaining-subscription-reads": [ + "11999" + ], + "x-ms-correlation-request-id": [ + "48c2481b-40f7-4d5f-98d5-303961630156" + ], + "x-ms-routing-request-id": [ + "WESTUS:20200606T015844Z:48c2481b-40f7-4d5f-98d5-303961630156" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "263" + ], + "Content-Type": [ + "application/json; charset=utf-8" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/C8169DD0-2372-4DFD-AEDF-BBB574411F00?api-version=2020-06-01\",\r\n \"name\": \"c8169dd0-2372-4dfd-aedf-bbb574411f00\",\r\n \"status\": \"InProgress\"\r\n}", + "StatusCode": 200 + }, + { + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/C8169DD0-2372-4DFD-AEDF-BBB574411F00?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvbnNTdGF0dXMvQzgxNjlERDAtMjM3Mi00REZELUFFREYtQkJCNTc0NDExRjAwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.26614.01", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.18363.", + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Sat, 06 Jun 2020 01:58:54 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "Microsoft-HTTPAPI/2.0" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], + "x-ms-request-id": [ + "99d6613c-f44f-4078-8fc1-735a9563ff2a" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11998" ], "x-ms-correlation-request-id": [ - "719198dc-85d2-49c3-8015-be055a050e0a" + "77e8d2b3-3eea-445a-8cee-9ae98fbf4bb0" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112600Z:719198dc-85d2-49c3-8015-be055a050e0a" + "WESTUS:20200606T015854Z:77e8d2b3-3eea-445a-8cee-9ae98fbf4bb0" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "270" + "262" ], "Content-Type": [ "application/json; charset=utf-8" @@ -255,12 +312,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/BE1DEE7D-1A36-40DA-ADA6-47B863A0A2E2?api-version=2020-04-01-preview\",\r\n \"name\": \"be1dee7d-1a36-40da-ada6-47b863a0a2e2\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/C8169DD0-2372-4DFD-AEDF-BBB574411F00?api-version=2020-06-01\",\r\n \"name\": \"c8169dd0-2372-4dfd-aedf-bbb574411f00\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03Nzk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTg2NDIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01MzkwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -268,7 +325,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -276,7 +333,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:00 GMT" + "Sat, 06 Jun 2020 01:58:54 GMT" ], "Pragma": [ "no-cache" @@ -288,22 +345,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f7199220-6785-4d38-b98f-502f4edb6879" + "f49db900-1aea-4f86-979f-16d32ec57c52" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11997" ], "x-ms-correlation-request-id": [ - "02c84b84-d370-49c5-8ff3-4e88f9c4dcdc" + "349771c8-7019-46f0-b391-8c2be2a7ff5f" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112600Z:02c84b84-d370-49c5-8ff3-4e88f9c4dcdc" + "WESTUS:20200606T015854Z:349771c8-7019-46f0-b391-8c2be2a7ff5f" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1271" + "1174" ], "Content-Type": [ "application/json; charset=utf-8" @@ -312,17 +369,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9231\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794\",\r\n \"name\": \"sdk-EventSubscription-7794\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8642\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390\",\r\n \"name\": \"sdk-EventSubscription-5390\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03Nzk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTg2NDIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01MzkwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2ca7dcb6-02c4-4ec7-8ef4-192bc29d3b5b" + "cb40e4ff-9345-4956-9234-8a935b63e81f" ], "accept-language": [ "en-US" @@ -331,7 +388,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -339,7 +396,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:05 GMT" + "Sat, 06 Jun 2020 01:58:59 GMT" ], "Pragma": [ "no-cache" @@ -351,22 +408,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "8b2f0947-103e-4a1a-bee0-87d4ff337449" + "a517e730-4909-42e5-9d49-d464bb559fdc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11996" ], "x-ms-correlation-request-id": [ - "5278bf16-3640-4d54-91c0-b5735f73928f" + "bd510626-8946-4057-b84e-4c47d15d6698" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112606Z:5278bf16-3640-4d54-91c0-b5735f73928f" + "WESTUS:20200606T015859Z:bd510626-8946-4057-b84e-4c47d15d6698" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1271" + "1174" ], "Content-Type": [ "application/json; charset=utf-8" @@ -375,17 +432,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9231\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794\",\r\n \"name\": \"sdk-EventSubscription-7794\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8642\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390\",\r\n \"name\": \"sdk-EventSubscription-5390\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03Nzk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTg2NDIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01MzkwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "69fe1e0a-44df-484a-85e4-222f0287e08f" + "f77f87bd-173d-436c-b3db-c09aaaf162c6" ], "accept-language": [ "en-US" @@ -394,7 +451,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -402,7 +459,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:05 GMT" + "Sat, 06 Jun 2020 01:58:59 GMT" ], "Pragma": [ "no-cache" @@ -414,22 +471,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "6bd61d09-70ba-41ab-9ecf-4dd22ae1327b" + "925fa60a-678b-40d8-8e85-66e32083b700" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11995" ], "x-ms-correlation-request-id": [ - "7bbf11f1-203d-49e8-9e62-33e8b3b0293e" + "5bca77bd-8f9d-4cbf-a00e-727bd2db152a" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112606Z:7bbf11f1-203d-49e8-9e62-33e8b3b0293e" + "WESTUS:20200606T015900Z:5bca77bd-8f9d-4cbf-a00e-727bd2db152a" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1271" + "1174" ], "Content-Type": [ "application/json; charset=utf-8" @@ -438,17 +495,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9231\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794\",\r\n \"name\": \"sdk-EventSubscription-7794\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8642\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390\",\r\n \"name\": \"sdk-EventSubscription-5390\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTIzMS9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctODY0Mi9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC9ldmVudFN1YnNjcmlwdGlvbnM/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "823f20e7-cfd0-4b6b-a5ba-4b8071415db5" + "9e57fa47-4162-4a29-932b-2c857fb9101c" ], "accept-language": [ "en-US" @@ -457,7 +514,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -465,7 +522,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:05 GMT" + "Sat, 06 Jun 2020 01:58:59 GMT" ], "Pragma": [ "no-cache" @@ -477,22 +534,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "7c39df69-4a18-4caa-b044-c4e614b611ba" + "39a49ffc-f83b-4977-bb5c-91d15894c569" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11994" ], "x-ms-correlation-request-id": [ - "0f629a74-4ec4-4c52-8552-cca1e98ba5cd" + "8a119ba2-e17b-4570-9c10-f85a565454cf" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112606Z:0f629a74-4ec4-4c52-8552-cca1e98ba5cd" + "WESTUS:20200606T015900Z:8a119ba2-e17b-4570-9c10-f85a565454cf" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1283" + "1186" ], "Content-Type": [ "application/json; charset=utf-8" @@ -501,17 +558,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-9231\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\",\r\n \"maxEventsPerBatch\": 1,\r\n \"preferredBatchSizeInKilobytes\": 64\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"eventDeliverySchema\": \"EventGridSchema\",\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794\",\r\n \"name\": \"sdk-EventSubscription-7794\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"topic\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-eventgrid-rg-8642\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"destination\": {\r\n \"properties\": {\r\n \"endpointUrl\": null,\r\n \"endpointBaseUrl\": \"https://devexpfuncappdestination.azurewebsites.net/runtime/webhooks/EventGrid\"\r\n },\r\n \"endpointType\": \"WebHook\"\r\n },\r\n \"filter\": {\r\n \"subjectBeginsWith\": \"TestPrefix\",\r\n \"subjectEndsWith\": \"TestSuffix\",\r\n \"includedEventTypes\": [\r\n \"Microsoft.Resources.ResourceWriteSuccess\",\r\n \"Microsoft.Resources.ResourceWriteFailure\",\r\n \"Microsoft.Resources.ResourceWriteCancel\",\r\n \"Microsoft.Resources.ResourceDeleteSuccess\",\r\n \"Microsoft.Resources.ResourceDeleteFailure\",\r\n \"Microsoft.Resources.ResourceDeleteCancel\",\r\n \"Microsoft.Resources.ResourceActionSuccess\",\r\n \"Microsoft.Resources.ResourceActionFailure\",\r\n \"Microsoft.Resources.ResourceActionCancel\"\r\n ]\r\n },\r\n \"labels\": [\r\n \"TestLabel1\",\r\n \"TestLabel2\"\r\n ],\r\n \"retryPolicy\": {\r\n \"maxDeliveryAttempts\": 30,\r\n \"eventTimeToLiveInMinutes\": 1440\r\n }\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390\",\r\n \"name\": \"sdk-EventSubscription-5390\",\r\n \"type\": \"Microsoft.EventGrid/eventSubscriptions\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9231/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-7794?api-version=2020-04-01-preview", - "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTkyMzEvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi03Nzk0P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "//subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8642/providers/Microsoft.EventGrid/eventSubscriptions/sdk-EventSubscription-5390?api-version=2020-06-01", + "EncodedRequestUri": "Ly9zdWJzY3JpcHRpb25zLzViNGI2NTBlLTI4YjktNDc5MC1iM2FiLWRkYmQ4OGQ3MjdjNC9yZXNvdXJjZUdyb3Vwcy9zZGstRXZlbnRHcmlkLVJHLTg2NDIvcHJvdmlkZXJzL01pY3Jvc29mdC5FdmVudEdyaWQvZXZlbnRTdWJzY3JpcHRpb25zL3Nkay1FdmVudFN1YnNjcmlwdGlvbi01MzkwP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "5e9a501f-244f-44a1-ba0d-2b9eb0f102db" + "36f9493a-59be-413f-9648-4b9341f2f16e" ], "accept-language": [ "en-US" @@ -520,7 +577,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -528,13 +585,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:06 GMT" + "Sat, 06 Jun 2020 01:59:00 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationResults/BEC4F7BC-28E7-477F-9684-4C5B42D39656?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationResults/DBF57DC3-BB1A-42A6-9171-533A81F6435B?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -546,19 +603,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/BEC4F7BC-28E7-477F-9684-4C5B42D39656?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/DBF57DC3-BB1A-42A6-9171-533A81F6435B?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" + "14996" ], "x-ms-request-id": [ - "778798d3-2a69-4bb8-909e-761cd8e27ddb" + "e309696b-25eb-4a59-8984-2e65d1983aa0" ], "x-ms-correlation-request-id": [ - "778798d3-2a69-4bb8-909e-761cd8e27ddb" + "e309696b-25eb-4a59-8984-2e65d1983aa0" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112607Z:778798d3-2a69-4bb8-909e-761cd8e27ddb" + "WESTUS:20200606T015901Z:e309696b-25eb-4a59-8984-2e65d1983aa0" ], "X-Content-Type-Options": [ "nosniff" @@ -574,8 +631,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/BEC4F7BC-28E7-477F-9684-4C5B42D39656?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvbnNTdGF0dXMvQkVDNEY3QkMtMjhFNy00NzdGLTk2ODQtNEM1QjQyRDM5NjU2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/DBF57DC3-BB1A-42A6-9171-533A81F6435B?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvbnNTdGF0dXMvREJGNTdEQzMtQkIxQS00MkE2LTkxNzEtNTMzQTgxRjY0MzVCP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -583,7 +640,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -591,7 +648,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:16 GMT" + "Sat, 06 Jun 2020 01:59:10 GMT" ], "Pragma": [ "no-cache" @@ -603,22 +660,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "88d9521f-b928-40fd-b797-417018083c47" + "32c027a1-a07b-4c6e-b0a4-4fcd76014b46" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11993" ], "x-ms-correlation-request-id": [ - "a545414d-bf56-4ab3-89ce-49c91eceecb8" + "143f3b5e-d581-43d1-b073-31bdf75efb8c" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112617Z:a545414d-bf56-4ab3-89ce-49c91eceecb8" + "WESTUS:20200606T015911Z:143f3b5e-d581-43d1-b073-31bdf75efb8c" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "270" + "262" ], "Content-Type": [ "application/json; charset=utf-8" @@ -627,12 +684,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/BEC4F7BC-28E7-477F-9684-4C5B42D39656?api-version=2020-04-01-preview\",\r\n \"name\": \"bec4f7bc-28e7-477f-9684-4c5b42d39656\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationsStatus/DBF57DC3-BB1A-42A6-9171-533A81F6435B?api-version=2020-06-01\",\r\n \"name\": \"dbf57dc3-bb1a-42a6-9171-533a81f6435b\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationResults/BEC4F7BC-28E7-477F-9684-4C5B42D39656?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvblJlc3VsdHMvQkVDNEY3QkMtMjhFNy00NzdGLTk2ODQtNEM1QjQyRDM5NjU2P2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/operationResults/DBF57DC3-BB1A-42A6-9171-533A81F6435B?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL29wZXJhdGlvblJlc3VsdHMvREJGNTdEQzMtQkIxQS00MkE2LTkxNzEtNTMzQTgxRjY0MzVCP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -640,7 +697,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -648,7 +705,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:26:16 GMT" + "Sat, 06 Jun 2020 01:59:10 GMT" ], "Pragma": [ "no-cache" @@ -660,16 +717,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "5f58ae6c-11a8-454c-9f44-f1a137f2d9b8" + "0fd16d10-7681-40bd-845f-399346437244" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "0030252e-948c-4310-b9ec-0959c8de7d95" + "1dcc5d88-2c7e-499c-b468-85c6ad752de7" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T112617Z:0030252e-948c-4310-b9ec-0959c8de7d95" + "WESTUS:20200606T015911Z:1dcc5d88-2c7e-499c-b468-85c6ad752de7" ], "X-Content-Type-Options": [ "nosniff" @@ -687,8 +744,8 @@ ], "Names": { "EventSubscriptionToResourceGroupCreateGetUpdateDelete": [ - "sdk-EventGrid-RG-9231", - "sdk-EventSubscription-7794" + "sdk-EventGrid-RG-8642", + "sdk-EventSubscription-5390" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/TopicCreateGetUpdateDelete.json b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/TopicCreateGetUpdateDelete.json index d1f4fd564256b..4d6fd70da5477 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/TopicCreateGetUpdateDelete.json +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/SessionRecords/ScenarioTests/TopicCreateGetUpdateDelete.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e477c095-4c37-44e0-9220-2ffad92d7bd8" + "402ab548-1d84-451b-be31-07de773c2907" ], "accept-language": [ "en-US" @@ -24,22 +24,22 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:33 GMT" + "Sat, 06 Jun 2020 01:48:35 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11999" ], "x-ms-request-id": [ - "33068009-d60c-4081-9f30-63f404f958bd" + "bc830070-f853-4d0f-9d53-0376b9c2567a" ], "x-ms-correlation-request-id": [ - "33068009-d60c-4081-9f30-63f404f958bd" + "bc830070-f853-4d0f-9d53-0376b9c2567a" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111334Z:33068009-d60c-4081-9f30-63f404f958bd" + "WESTUS:20200606T014835Z:bc830070-f853-4d0f-9d53-0376b9c2567a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "40178" + "40782" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9984\",\r\n \"name\": \"sdk-EventGrid-RG-9984\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1398\",\r\n \"name\": \"sdk-EventGrid-RG-1398\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9588\",\r\n \"name\": \"sdk-EventGrid-RG-9588\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cloud-shell-storage-westus\",\r\n \"name\": \"cloud-shell-storage-westus\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/partnersRg\",\r\n \"name\": \"partnersRg\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink\",\r\n \"name\": \"vkukke-privatelink\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage\",\r\n \"name\": \"eg-prod-usce-blockstorage\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9628\",\r\n \"name\": \"sdk-EventGrid-RG-9628\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9598\",\r\n \"name\": \"sdk-EventGrid-RG-9598\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2883\",\r\n \"name\": \"sdk-EventGrid-RG-2883\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773\",\r\n \"name\": \"sdk-EventGrid-RG-5773\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DefaultResourceGroup-CUS\",\r\n \"name\": \"DefaultResourceGroup-CUS\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6163\",\r\n \"name\": \"sdk-EventGrid-RG-6163\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1912\",\r\n \"name\": \"sdk-EventGrid-RG-1912\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4181\",\r\n \"name\": \"sdk-EventGrid-RG-4181\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1441\",\r\n \"name\": \"sdk-EventGrid-RG-1441\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1112\",\r\n \"name\": \"sdk-EventGrid-RG-1112\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7708\",\r\n \"name\": \"sdk-EventGrid-RG-7708\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7158\",\r\n \"name\": \"sdk-EventGrid-RG-7158\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6189\",\r\n \"name\": \"sdk-EventGrid-RG-6189\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6446\",\r\n \"name\": \"sdk-EventGrid-RG-6446\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7900\",\r\n \"name\": \"sdk-EventGrid-RG-7900\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9581\",\r\n \"name\": \"sdk-EventGrid-RG-9581\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5015\",\r\n \"name\": \"sdk-EventGrid-RG-5015\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118\",\r\n \"name\": \"sdk-EventGrid-RG-8118\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg\",\r\n \"name\": \"example-ipfirewallRg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg\",\r\n \"name\": \"testrg\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg2\",\r\n \"name\": \"testrg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrg3\",\r\n \"name\": \"testrg3\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/cli-test-rg\",\r\n \"name\": \"cli-test-rg\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash\",\r\n \"name\": \"msibugbash\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9130\",\r\n \"name\": \"sdk-EventGrid-RG-9130\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbashnew\",\r\n \"name\": \"msibugbashnew\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1\",\r\n \"name\": \"example-privatelinkRg1\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2\",\r\n \"name\": \"example-privatelinkRg2\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9638\",\r\n \"name\": \"sdk-EventGrid-RG-9638\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8035\",\r\n \"name\": \"sdk-EventGrid-RG-8035\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3772\",\r\n \"name\": \"sdk-EventGrid-RG-3772\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5717\",\r\n \"name\": \"sdk-EventGrid-RG-5717\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5807\",\r\n \"name\": \"sdk-EventGrid-RG-5807\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/privateEndpointConnectionRg\",\r\n \"name\": \"privateEndpointConnectionRg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1\",\r\n \"name\": \"example-ipfirewallRg1\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DeletePortatesting\",\r\n \"name\": \"DeletePortatesting\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency\",\r\n \"name\": \"eventhubbigeventlatency\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/newRegionsRg\",\r\n \"name\": \"newRegionsRg\",\r\n \"location\": \"southafricanorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"name\": \"clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T19:54:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"name\": \"clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:14:03Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"name\": \"clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:19:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"name\": \"clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:23:53Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"name\": \"clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2020-03-17T20:28:08Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh\",\r\n \"name\": \"amh\",\r\n \"location\": \"westus2\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/DEFAULT-EVENTGRID\",\r\n \"name\": \"DEFAULT-EVENTGRID\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testrgstorage\",\r\n \"name\": \"testrgstorage\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"location\": \"switzerlandnorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandNorth\",\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyWestCentral\",\r\n \"location\": \"germanywestcentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayEast\",\r\n \"location\": \"norwayeast\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest\",\r\n \"name\": \"AzureEventGridRunnerRgNorwayWest\",\r\n \"location\": \"norwaywest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"name\": \"AzureEventGridRunnerRGSwitzerlandWest\",\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth\",\r\n \"name\": \"AzureEventGridRunnerRGGermanyNorth\",\r\n \"location\": \"germanynorth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridArmRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS\",\r\n \"name\": \"AzureEventGridArmRunnerRGWestUS\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridArmRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral\",\r\n \"location\": \"australiacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS\",\r\n \"name\": \"AzureEventGridArmRunnerWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaEast\",\r\n \"location\": \"australiaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaCentral2\",\r\n \"location\": \"australiacentral2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"name\": \"AzureEventGridRunnerRGAustraliaSoutheast\",\r\n \"location\": \"australiasoutheast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth\",\r\n \"name\": \"AzureEventGridRunnerRGBrazilSouth\",\r\n \"location\": \"brazilsouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaCentral\",\r\n \"location\": \"canadacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast\",\r\n \"name\": \"AzureEventGridRunnerRGCanadaEast\",\r\n \"location\": \"canadaeast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUS\",\r\n \"location\": \"centralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia\",\r\n \"name\": \"AzureEventGridRunnerRGCentralIndia\",\r\n \"location\": \"centralindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"name\": \"AzureEventGridRunnerRGCentralUSEUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGEastAsia\",\r\n \"location\": \"eastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"name\": \"AzureEventGridRunnerRGEastUS2EUAP\",\r\n \"location\": \"eastus2euap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral\",\r\n \"name\": \"AzureEventGridRunnerRGFranceCentral\",\r\n \"location\": \"francecentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast\",\r\n \"name\": \"AzureEventGridRunnerRGJapanEast\",\r\n \"location\": \"japaneast\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth\",\r\n \"name\": \"AzureEventGridRunnerRGFranceSouth\",\r\n \"location\": \"francesouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest\",\r\n \"name\": \"AzureEventGridRunnerRGJapanWest\",\r\n \"location\": \"japanwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaCentral\",\r\n \"location\": \"koreacentral\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth\",\r\n \"name\": \"AzureEventGridRunnerRGKoreaSouth\",\r\n \"location\": \"koreasouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGNorthCentralUS\",\r\n \"location\": \"northcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaNorth\",\r\n \"location\": \"southafricanorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope\",\r\n \"name\": \"AzureEventGridRunnerRGNorthEurope\",\r\n \"location\": \"northeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGSouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"name\": \"AzureEventGridRunnerRGSouthAfricaWest\",\r\n \"location\": \"southafricawest\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthIndia\",\r\n \"location\": \"southindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia\",\r\n \"name\": \"AzureEventGridRunnerRGSouthEastAsia\",\r\n \"location\": \"southeastasia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth\",\r\n \"name\": \"AzureEventGridRunnerRgUAEnorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral\",\r\n \"name\": \"AzureEventGridRunnerRgUAEcentral\",\r\n \"location\": \"uaecentral\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest\",\r\n \"name\": \"AzureEventGridRunnerRGUKWest\",\r\n \"location\": \"ukwest\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth\",\r\n \"name\": \"AzureEventGridRunnerRGUKSouth\",\r\n \"location\": \"uksouth\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS\",\r\n \"name\": \"AzureEventGridRunnerRGWestCentralUS\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia\",\r\n \"name\": \"AzureEventGridRunnerRGWestIndia\",\r\n \"location\": \"westindia\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest\",\r\n \"name\": \"AzureEventGridRunnerRGUSWest\",\r\n \"location\": \"westus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope\",\r\n \"name\": \"AzureEventGridRunnerRGWestEurope\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2\",\r\n \"name\": \"AzureEventGridRunnerRGWestUS2\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"name\": \"clitest.rgtfkk6kfyushy5ovmu5txfyf6j66rpk7f2f6r5dlkh5gxqftts3hp7aqwptgaylx3f\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-04-08T23:44:44Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"name\": \"clitest.rgndxanjth44fbheignhtw54wo2jr5btlatmeyxavuttk2reidm7m57vikasiq4bojz\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"name\": \"clitest.rgxwqnj34ym2lai4grh4ivbmpranfbxhqfqhr263fgtq4czo6wv75nzg6rmrn4jqehs\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"name\": \"clitest.rgwxdrzslps2qcsousi6yxadxvbwjol5ndxv7lrz7tls3ii5f4g2hyfuicdcgtsgecr\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"product\": \"azurecli\",\r\n \"cause\": \"automation\",\r\n \"date\": \"2019-05-31T20:05:50Z\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-EastUS2\",\r\n \"name\": \"Default-Storage-EastUS2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-Storage-SouthCentralUS\",\r\n \"name\": \"Default-Storage-SouthCentralUS\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-dfd-ussc\",\r\n \"name\": \"eg-dfd-ussc\",\r\n \"location\": \"southcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2\",\r\n \"name\": \"eg-euap-use2\",\r\n \"location\": \"eastus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup\",\r\n \"name\": \"EventGridRunnerTestResourceGroup\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1724\",\r\n \"name\": \"RGName-ps1724\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242\",\r\n \"name\": \"RGName-ps1242\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2627\",\r\n \"name\": \"RGName-ps2627\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps2205\",\r\n \"name\": \"RGName-ps2205\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps3309\",\r\n \"name\": \"RGName-ps3309\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps5822\",\r\n \"name\": \"RGName-ps5822\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps9506\",\r\n \"name\": \"RGName-ps9506\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1031\",\r\n \"name\": \"sdk-EventGrid-RG-1031\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1261\",\r\n \"name\": \"sdk-EventGrid-RG-1261\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399\",\r\n \"name\": \"sdk-EventGrid-RG-1399\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459\",\r\n \"name\": \"sdk-EventGrid-RG-1459\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1509\",\r\n \"name\": \"sdk-EventGrid-RG-1509\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-173\",\r\n \"name\": \"sdk-EventGrid-RG-173\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2463\",\r\n \"name\": \"sdk-EventGrid-RG-2463\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2143\",\r\n \"name\": \"sdk-EventGrid-RG-2143\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2488\",\r\n \"name\": \"sdk-EventGrid-RG-2488\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2857\",\r\n \"name\": \"sdk-EventGrid-RG-2857\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3411\",\r\n \"name\": \"sdk-EventGrid-RG-3411\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3101\",\r\n \"name\": \"sdk-EventGrid-RG-3101\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3439\",\r\n \"name\": \"sdk-EventGrid-RG-3439\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-353\",\r\n \"name\": \"sdk-EventGrid-RG-353\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3663\",\r\n \"name\": \"sdk-EventGrid-RG-3663\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3932\",\r\n \"name\": \"sdk-EventGrid-RG-3932\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3963\",\r\n \"name\": \"sdk-EventGrid-RG-3963\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805\",\r\n \"name\": \"sdk-EventGrid-RG-4805\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-511\",\r\n \"name\": \"sdk-EventGrid-RG-511\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-580\",\r\n \"name\": \"sdk-EventGrid-RG-580\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5979\",\r\n \"name\": \"sdk-EventGrid-RG-5979\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7115\",\r\n \"name\": \"sdk-EventGrid-RG-7115\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6138\",\r\n \"name\": \"sdk-EventGrid-RG-6138\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7429\",\r\n \"name\": \"sdk-EventGrid-RG-7429\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7192\",\r\n \"name\": \"sdk-EventGrid-RG-7192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7552\",\r\n \"name\": \"sdk-EventGrid-RG-7552\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662\",\r\n \"name\": \"sdk-EventGrid-RG-7662\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7894\",\r\n \"name\": \"sdk-EventGrid-RG-7894\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7895\",\r\n \"name\": \"sdk-EventGrid-RG-7895\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8203\",\r\n \"name\": \"sdk-EventGrid-RG-8203\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8555\",\r\n \"name\": \"sdk-EventGrid-RG-8555\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8605\",\r\n \"name\": \"sdk-EventGrid-RG-8605\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8746\",\r\n \"name\": \"sdk-EventGrid-RG-8746\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8739\",\r\n \"name\": \"sdk-EventGrid-RG-8739\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9718\",\r\n \"name\": \"sdk-EventGrid-RG-9718\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9968\",\r\n \"name\": \"sdk-EventGrid-RG-9968\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted\",\r\n \"name\": \"testtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest\",\r\n \"name\": \"clitest\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg\",\r\n \"name\": \"DevExpRg\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3784\",\r\n \"name\": \"sdk-EventGrid-RG-3784\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9474\",\r\n \"name\": \"sdk-EventGrid-RG-9474\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652\",\r\n \"name\": \"sdk-EventGrid-RG-652\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted\",\r\n \"name\": \"diagnosticlogstestingtobedeleted\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/Default-ActivityLogAlerts\",\r\n \"name\": \"Default-ActivityLogAlerts\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/test\",\r\n \"name\": \"test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete\",\r\n \"name\": \"IoTonEdgeRG2Delete\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/CustomerUser1Rg1\",\r\n \"name\": \"CustomerUser1Rg1\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537\",\r\n \"name\": \"sdk-EventGrid-RG-4537\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252\",\r\n \"name\": \"sdk-EventGrid-RG-1252\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131\",\r\n \"name\": \"sdk-EventGrid-RG-1131\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2523\",\r\n \"name\": \"sdk-EventGrid-RG-2523\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017\",\r\n \"name\": \"sdk-EventGrid-RG-7017\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903\",\r\n \"name\": \"sdk-EventGrid-RG-3903\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321\",\r\n \"name\": \"sdk-EventGrid-RG-2321\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2751\",\r\n \"name\": \"sdk-EventGrid-RG-2751\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7056\",\r\n \"name\": \"sdk-EventGrid-RG-7056\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5704\",\r\n \"name\": \"sdk-EventGrid-RG-5704\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6951\",\r\n \"name\": \"sdk-EventGrid-RG-6951\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9245\",\r\n \"name\": \"sdk-EventGrid-RG-9245\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4566\",\r\n \"name\": \"sdk-EventGrid-RG-4566\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4661\",\r\n \"name\": \"sdk-EventGrid-RG-4661\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9590\",\r\n \"name\": \"sdk-EventGrid-RG-9590\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7569\",\r\n \"name\": \"sdk-EventGrid-RG-7569\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8725\",\r\n \"name\": \"sdk-EventGrid-RG-8725\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9816\",\r\n \"name\": \"sdk-EventGrid-RG-9816\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226\",\r\n \"name\": \"sdk-EventGrid-RG-9226\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2994\",\r\n \"name\": \"sdk-EventGrid-RG-2994\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9865\",\r\n \"name\": \"sdk-EventGrid-RG-9865\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624\",\r\n \"name\": \"sdk-EventGrid-RG-8624\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-6192\",\r\n \"name\": \"sdk-EventGrid-RG-6192\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152\",\r\n \"name\": \"sdk-EventGrid-RG-5152\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621\",\r\n \"name\": \"sdk-EventGrid-RG-4621\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3478\",\r\n \"name\": \"sdk-EventGrid-RG-3478\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-9528?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourcegroups/sdk-EventGrid-RG-1440?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlZ3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"centraluseuap\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a6d00ae-d060-4f54-bb00-7d78e4254e23" + "13618401-edf9-41d0-8060-58382e8b85a6" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:35 GMT" + "Sat, 06 Jun 2020 01:48:36 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "a6e2969c-6162-4071-ad5d-1443c4be95e2" + "07fb0728-c9a2-40e4-8bfe-d74a5e62cec6" ], "x-ms-correlation-request-id": [ - "a6e2969c-6162-4071-ad5d-1443c4be95e2" + "07fb0728-c9a2-40e4-8bfe-d74a5e62cec6" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111336Z:a6e2969c-6162-4071-ad5d-1443c4be95e2" + "WESTUS:20200606T014836Z:07fb0728-c9a2-40e4-8bfe-d74a5e62cec6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528\",\r\n \"name\": \"sdk-EventGrid-RG-9528\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440\",\r\n \"name\": \"sdk-EventGrid-RG-1440\",\r\n \"location\": \"centraluseuap\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"inputSchemaMappingType\": \"Json\",\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\"\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\"\r\n },\r\n \"dataVersion\": {\r\n \"defaultValue\": \"2\"\r\n }\r\n }\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "9ec443aa-811b-45ff-88a8-bdd697a45e2b" + "a4a90a77-65c5-49d9-8f94-290cfe40e0d9" ], "accept-language": [ "en-US" @@ -142,7 +142,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:38 GMT" + "Sat, 06 Jun 2020 01:48:39 GMT" ], "Pragma": [ "no-cache" @@ -171,25 +171,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/0AF3A36C-E117-4573-8E13-3DE0B24E0D01?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/6103D3FF-1F40-47AD-B472-37A9C99C3DE6?api-version=2020-06-01" ], "x-ms-request-id": [ - "98366c28-3f7a-4335-aaec-d833cd496527" + "d421070b-5242-4dbd-8f8e-0939b1a83141" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "c60b586d-f454-4e27-883b-03ddd9ecbd0b" + "81bb8563-3ea2-4dde-b20c-e6f0acc619d0" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111339Z:c60b586d-f454-4e27-883b-03ddd9ecbd0b" + "WESTUS:20200606T014840Z:81bb8563-3ea2-4dde-b20c-e6f0acc619d0" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "778" + "776" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,17 +198,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"inputSchemaMappingType\": \"Json\",\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\"\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\"\r\n },\r\n \"dataVersion\": {\r\n \"defaultValue\": \"2\"\r\n }\r\n }\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "b71e89f2-591f-43c3-a26b-68b953f05ce4" + "6a5b9349-f9cd-4f75-b220-8f65e9a2a3c9" ], "accept-language": [ "en-US" @@ -217,7 +217,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -231,7 +231,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:57 GMT" + "Sat, 06 Jun 2020 01:48:58 GMT" ], "Pragma": [ "no-cache" @@ -246,25 +246,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C472AC8C-D553-4676-A7AA-BBA578D2B442?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/04DF97C0-DA93-4A0A-A0C0-E121F2EA7DFA?api-version=2020-06-01" ], "x-ms-request-id": [ - "8abbc66e-06f3-45b2-a98a-ce2e9dac1fdf" + "42ea159a-c414-4634-9f33-ba530456b211" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "a4d4a75b-0a00-4003-85a3-ba354c970c3c" + "4e649253-76c0-4a3b-bce0-db145c4076b0" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111358Z:a4d4a75b-0a00-4003-85a3-ba354c970c3c" + "WESTUS:20200606T014858Z:4e649253-76c0-4a3b-bce0-db145c4076b0" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "778" + "776" ], "Content-Type": [ "application/json; charset=utf-8" @@ -273,17 +273,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n }\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"inputSchemaMappingType\": \"Json\",\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\"\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\"\r\n },\r\n \"dataVersion\": {\r\n \"defaultValue\": \"2\"\r\n }\r\n }\r\n },\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1a60ae94-35e2-4587-9b7d-caf89e5b9314" + "b6ced991-5d83-4d48-8248-5c389dc936ed" ], "accept-language": [ "en-US" @@ -292,7 +292,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -306,7 +306,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:19 GMT" + "Sat, 06 Jun 2020 01:49:20 GMT" ], "Pragma": [ "no-cache" @@ -321,25 +321,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/54533B5C-58CC-41D0-A5E3-D4802BEE3CFF?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/F54BC816-5785-42DC-B4DB-13B33181B5B2?api-version=2020-06-01" ], "x-ms-request-id": [ - "4def0d76-818c-4bc6-8583-419e2411f715" + "f3f33861-738f-478d-830c-88fb582d60e4" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1196" ], "x-ms-correlation-request-id": [ - "32a5774d-2c15-48cd-8804-28174d5082ef" + "6691c60f-a663-4d29-ac43-9fe8e5a65d4d" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111420Z:32a5774d-2c15-48cd-8804-28174d5082ef" + "WESTUS:20200606T014921Z:6691c60f-a663-4d29-ac43-9fe8e5a65d4d" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "915" + "913" ], "Content-Type": [ "application/json; charset=utf-8" @@ -348,12 +348,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/0AF3A36C-E117-4573-8E13-3DE0B24E0D01?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMEFGM0EzNkMtRTExNy00NTczLThFMTMtM0RFMEIyNEUwRDAxP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/6103D3FF-1F40-47AD-B472-37A9C99C3DE6?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNjEwM0QzRkYtMUY0MC00N0FELUI0NzItMzdBOUM5OUMzREU2P2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -361,7 +361,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -369,7 +369,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:48 GMT" + "Sat, 06 Jun 2020 01:48:49 GMT" ], "Pragma": [ "no-cache" @@ -381,22 +381,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "77560d74-18d8-4320-a358-8df9ee812758" + "76083a9f-1e2e-4f2e-8cb6-0800750b0cc8" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11980" ], "x-ms-correlation-request-id": [ - "4c152b92-89df-423a-9c7c-8ec2ca10621d" + "7b9741d0-5a73-4e9d-9a8d-86423cf4a968" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111349Z:4c152b92-89df-423a-9c7c-8ec2ca10621d" + "WESTUS:20200606T014850Z:7b9741d0-5a73-4e9d-9a8d-86423cf4a968" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -405,12 +405,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/0AF3A36C-E117-4573-8E13-3DE0B24E0D01?api-version=2020-04-01-preview\",\r\n \"name\": \"0af3a36c-e117-4573-8e13-3de0b24e0d01\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/6103D3FF-1F40-47AD-B472-37A9C99C3DE6?api-version=2020-06-01\",\r\n \"name\": \"6103d3ff-1f40-47ad-b472-37a9c99c3de6\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -418,7 +418,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -426,7 +426,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:48 GMT" + "Sat, 06 Jun 2020 01:48:49 GMT" ], "Pragma": [ "no-cache" @@ -438,22 +438,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c235e4e6-f8b8-47ec-b305-605f7d148e27" + "e5d2cc86-0c87-45ce-8543-abac7a8ed1a6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11979" ], "x-ms-correlation-request-id": [ - "c275629c-dbfd-47fa-bce2-6f10ff7b8f0f" + "1a70e50c-fb71-47a8-87ac-72f5512fe26a" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111349Z:c275629c-dbfd-47fa-bce2-6f10ff7b8f0f" + "WESTUS:20200606T014850Z:1a70e50c-fb71-47a8-87ac-72f5512fe26a" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "959" + "933" ], "Content-Type": [ "application/json; charset=utf-8" @@ -462,17 +462,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "a32191c6-f8e1-4670-8b2d-d34b72295e45" + "772b943d-0f44-4766-bfc0-73338ae49d52" ], "accept-language": [ "en-US" @@ -481,7 +481,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -489,7 +489,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:53 GMT" + "Sat, 06 Jun 2020 01:48:54 GMT" ], "Pragma": [ "no-cache" @@ -501,22 +501,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "94614915-0359-4801-96b5-f3969929e5d1" + "193a3a36-c311-4200-8bef-eee47d15645e" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11978" ], "x-ms-correlation-request-id": [ - "571960c3-9814-4317-b367-64733412c76a" + "a56edd31-bafa-401d-9120-caa11fd73d90" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111354Z:571960c3-9814-4317-b367-64733412c76a" + "WESTUS:20200606T014855Z:a56edd31-bafa-401d-9120-caa11fd73d90" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "959" + "933" ], "Content-Type": [ "application/json; charset=utf-8" @@ -525,17 +525,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "483d8230-9809-44d2-ba53-129162e7d009" + "788f12a3-7cc6-4a01-86f2-99eac107d05f" ], "accept-language": [ "en-US" @@ -544,7 +544,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -552,7 +552,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:54 GMT" + "Sat, 06 Jun 2020 01:48:54 GMT" ], "Pragma": [ "no-cache" @@ -564,22 +564,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "96f5da55-0f5a-40ea-8c63-f2408988667e" + "a678b7bf-01c0-43f6-9af1-c0781d3b2c3f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11977" ], "x-ms-correlation-request-id": [ - "8726a435-558d-4392-a307-ccf6f518d75d" + "8316c775-21e0-4d94-8037-ad48fcaf8dc0" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111354Z:8726a435-558d-4392-a307-ccf6f518d75d" + "WESTUS:20200606T014855Z:8316c775-21e0-4d94-8037-ad48fcaf8dc0" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "959" + "933" ], "Content-Type": [ "application/json; charset=utf-8" @@ -588,12 +588,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -601,7 +601,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -609,7 +609,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:07 GMT" + "Sat, 06 Jun 2020 01:49:08 GMT" ], "Pragma": [ "no-cache" @@ -621,22 +621,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "4f957a47-9cd7-4829-a7dc-969495a835a0" + "b17b9425-7135-4ef7-aee3-7aac177c97df" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11972" ], "x-ms-correlation-request-id": [ - "8bee7ea8-ede9-4251-8ab3-ed16aea9c1ac" + "3fd0a6d3-81a0-4e79-b137-cce72dc0ff80" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111408Z:8bee7ea8-ede9-4251-8ab3-ed16aea9c1ac" + "WESTUS:20200606T014909Z:3fd0a6d3-81a0-4e79-b137-cce72dc0ff80" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "959" + "933" ], "Content-Type": [ "application/json; charset=utf-8" @@ -645,12 +645,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -658,7 +658,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -666,7 +666,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:18 GMT" + "Sat, 06 Jun 2020 01:49:19 GMT" ], "Pragma": [ "no-cache" @@ -678,22 +678,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "fb47e8cd-3dfd-414c-981f-26027b7dc132" + "944c0a76-7702-4301-941d-22865261ce68" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11970" ], "x-ms-correlation-request-id": [ - "952162e2-7fa1-4b82-90e8-947c32f8af41" + "c0cfa060-2cc2-4409-8dff-80a4c4b310db" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111419Z:952162e2-7fa1-4b82-90e8-947c32f8af41" + "WESTUS:20200606T014920Z:c0cfa060-2cc2-4409-8dff-80a4c4b310db" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "955" + "929" ], "Content-Type": [ "application/json; charset=utf-8" @@ -702,12 +702,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -715,7 +715,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -723,7 +723,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:29 GMT" + "Sat, 06 Jun 2020 01:49:31 GMT" ], "Pragma": [ "no-cache" @@ -735,22 +735,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "e27792fc-1b52-41ff-a145-f75a3df56675" + "5906fc7b-62f4-4f12-bba1-2e197e8c509a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11968" ], "x-ms-correlation-request-id": [ - "4bb20be2-fb97-43f9-8b3e-b01a58b20513" + "1e8fe1cd-9f2f-43f1-a16a-fee1cb56b1e6" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111430Z:4bb20be2-fb97-43f9-8b3e-b01a58b20513" + "WESTUS:20200606T014931Z:1e8fe1cd-9f2f-43f1-a16a-fee1cb56b1e6" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "1064" + "1038" ], "Content-Type": [ "application/json; charset=utf-8" @@ -759,17 +759,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"12.35.67.98\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"12.35.90.100\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3M/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3M/YXBpLXZlcnNpb249MjAyMC0wNi0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c5dd95d9-bb5a-4b3f-9875-07726f512474" + "9b8cb17b-0494-4547-98a8-c40997b62f05" ], "accept-language": [ "en-US" @@ -778,7 +778,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -786,7 +786,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:54 GMT" + "Sat, 06 Jun 2020 01:48:54 GMT" ], "Pragma": [ "no-cache" @@ -798,22 +798,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "49cb232d-53c0-4600-8925-81147f3efe7b" + "563a1624-2da6-44a3-bb8d-62cb3c016f5a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11976" ], "x-ms-correlation-request-id": [ - "22c24fd2-94ec-4a9f-81ba-39f3ac38511a" + "aeb1ad92-cfd5-41bf-ae92-2dcf10144cf4" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111354Z:22c24fd2-94ec-4a9f-81ba-39f3ac38511a" + "WESTUS:20200606T014855Z:aeb1ad92-cfd5-41bf-ae92-2dcf10144cf4" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "971" + "945" ], "Content-Type": [ "application/json; charset=utf-8" @@ -822,17 +822,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics?api-version=2020-04-01-preview&$top=5", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3M/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3JiR0b3A9NQ==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics?api-version=2020-06-01&$top=5", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3M/YXBpLXZlcnNpb249MjAyMC0wNi0wMSYkdG9wPTU=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "734c822f-7066-4e8c-87fe-cfdd12042ba3" + "837f23ca-0ce2-4b7a-ad07-3bb351d3de48" ], "accept-language": [ "en-US" @@ -841,7 +841,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -849,7 +849,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:54 GMT" + "Sat, 06 Jun 2020 01:48:55 GMT" ], "Pragma": [ "no-cache" @@ -861,22 +861,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "ce01653e-fbfa-41ea-a582-26a392c7a827" + "4027548b-618b-426a-91f7-e760f51062d3" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11975" ], "x-ms-correlation-request-id": [ - "494c23ef-87b5-4df3-8cce-7a0d1f448116" + "f0c06870-b020-4859-9760-86907103e55a" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111354Z:494c23ef-87b5-4df3-8cce-7a0d1f448116" + "WESTUS:20200606T014855Z:f0c06870-b020-4859-9760-86907103e55a" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "971" + "945" ], "Content-Type": [ "application/json; charset=utf-8" @@ -885,17 +885,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/topics?api-version=2020-04-01-preview&$top=100", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcz9hcGktdmVyc2lvbj0yMDIwLTA0LTAxLXByZXZpZXcmJHRvcD0xMDA=", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/topics?api-version=2020-06-01&$top=100", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL3RvcGljcz9hcGktdmVyc2lvbj0yMDIwLTA2LTAxJiR0b3A9MTAw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "f6a5c03b-20db-4835-95d5-e42fdf73f887" + "77310e68-35a6-4660-9774-6efbfcd6c01d" ], "accept-language": [ "en-US" @@ -904,7 +904,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -912,66 +912,66 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:13:56 GMT" + "Sat, 06 Jun 2020 01:48:57 GMT" ], "Pragma": [ "no-cache" ], "x-ms-original-request-ids": [ - "4743801b-ec51-44dc-8071-60d4b424c750", - "f2e9432c-62a4-4761-9e36-070c41ab819b", - "e14b30b9-b4aa-4eea-ad04-1e7fa0c60123", - "0eb5c2cf-53bf-48d4-af11-53dd2cbfbac6", - "a6ce6017-7c30-4def-97a6-605e8b7646b8", - "0697adb7-cc40-4f34-898a-36688e4b91f3", - "a930b2d4-404b-4ce8-bc8a-0e00304e43fe", - "ba77452a-f302-47cf-b6a2-679487994c74", - "5df5fc1f-8cea-4c91-a8e3-d10b2a157a32", - "a4aa6ff6-645a-4391-a773-3e41c966910a", - "b88aa892-29f0-4f06-aac0-fede4ee9ece5", - "0e63f2e0-dc18-414d-beef-91baa7f14b6b", - "b6c39e3e-a1f0-4303-ae35-ef835a64c6d0", - "176a9b20-f50c-4c9f-9ed7-39f23a3a3b63", - "b0d63dbf-03b1-4615-af17-605ed2f22867", - "bd7e5532-66fa-482d-bf13-ae3612ef3dfc", - "bc35e5ac-1466-4251-b9dd-30c6b383c598", - "34e7b495-6830-400d-a9f8-c0d2ed5b22b8", - "ef820f62-8893-446a-9e91-83e94aab3610", - "2386063c-5c58-4e98-b7ac-0ac6119a6e4f", - "8316b60f-6102-464a-b54a-73f53525e38e", - "4086fe3f-e044-4320-8534-dd86329b79d6", - "23b06604-755d-4ec4-9445-82201b737931", - "e1afa4ee-c1ab-4190-94f4-a0b8129c5423", - "09b5028e-5f00-49d8-8ace-cbfd57a421fe", - "a222c770-87fb-4154-b1d0-b74fe35a2b61", - "72e7dcc9-137b-40fc-bb81-a94e69138406", - "925588b1-fb98-4736-a84c-3938d58ba960", - "6b7522b6-957f-41d3-a2dc-55bcc8f71b21", - "04d14938-40e5-4cd8-82a9-2a7f22a4ff16", - "9ee12ce1-3292-4d53-b553-ef7cb7144eff", - "c5ef85e2-6b48-4caf-9917-9945ae72439e", - "618e631d-d94a-4a65-98d3-59c74058f58e", - "83c64bb2-f11a-4ec7-8a72-24ba7bd0ee19", - "5516d7df-ac43-4d70-a654-787ac4d61437", - "6608e253-60f9-45b5-bce9-43ecfb9bd69f", - "a2c382e8-1cdd-4039-9fd0-e3139e043b44", - "cd8bd791-1905-421a-93b6-7bf836d17375", - "8f912dde-dd98-49b7-b8e0-e1a9cb090900", - "c46dfb9e-9b5e-44f4-852d-7a20820487a1", - "d49fb7ff-e023-4c0b-b78b-58bcba89c98e", - "6dea73de-e2f6-4572-9d2e-62914a382349" + "4dcd8472-17ed-4eca-8cb4-bba739b44abc", + "1d78ca90-f2a7-4bef-9b16-b663bbffb51e", + "dc82e8f5-cf40-460d-a657-3f2d38e8afdf", + "a31149f0-1126-47d3-bab3-e7beea8c3f94", + "9d1d06f4-3649-4303-92be-0ac7d4a5e832", + "6e066357-d710-44c7-a742-054d43f07c05", + "7d09fd9a-b250-4387-a11f-be4728551e65", + "65730292-9fbf-44b5-bfa4-c99738704915", + "52e55ea8-c39f-4077-9620-f702b3367e8f", + "ad5eb1d8-2331-4fa4-b526-340ea7a41303", + "f340f25f-44b3-4f31-aa0a-6067f7103684", + "e87f9c90-f7aa-4610-b413-d032f7fda38e", + "a75c6c0f-6da1-454c-af5d-3274c4bbce12", + "056a9d22-e335-4aa9-93b1-2d8adc93a995", + "ad12840f-b931-4979-8547-2f0ca0b1bb08", + "795feca8-7570-473f-a9eb-0aa223bfcc38", + "228828e8-ad7a-4e43-889c-49beeddd2673", + "329953c7-dbfe-4fcb-ae5b-3be5adab136d", + "883d61d6-0cf6-46c5-8cc0-142790c7a431", + "aa2362e2-0ccc-4ad8-913f-538c07b4abdb", + "ee8b1f61-596f-49ba-8342-0e68c76404c7", + "99a33e74-392d-485f-86d0-d393f4faa181", + "23198cf6-461f-42a6-b0cb-01c2710d23f0", + "7058820b-5161-457a-a0ed-0191d907582a", + "a8fc34bb-d1cd-4f3e-b27a-c0487f2fcc7e", + "4624fda4-cfc4-4334-a08e-711ac8d7202d", + "ebfe23ad-4561-4ab1-8355-182682193bfd", + "b342dd80-8be1-47c9-aaac-c26892f32b86", + "a1726c36-ace4-447e-b1dd-2b1a5a3f3280", + "7a9f41c4-4e53-4c65-bc1c-950319bfa740", + "ee2a7b9a-9476-481a-82ea-1dcf0f87401d", + "df08904d-e27f-405c-b764-debb4d026016", + "0ccf5013-3ae1-4425-a9c8-c51a1e9557ac", + "6110ca0b-0e10-49ea-a622-315dcf901612", + "11d51ec1-bad3-4820-b789-abfc89d9a96e", + "af4bdcaf-5a9b-40b5-a4de-e2b3b8d5df02", + "d8af5f0d-fec4-4376-94b9-e4eeaec3c683", + "2085615b-fb97-4cb3-8813-26f70d7c214f", + "609bd8f2-cb52-4c69-9d50-9714ff553f04", + "4fdf9c45-382c-4c00-9010-3cb6dbcf9036", + "901b05bc-eaeb-4999-8b5a-7f171d9c9ade", + "c44891e7-370b-4556-9dc8-e16264022aac" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11974" ], "x-ms-request-id": [ - "850444b8-a19c-48f9-ba9d-661f647286b1" + "e5fdc43a-21f8-4291-b9e5-53dd70ad4427" ], "x-ms-correlation-request-id": [ - "850444b8-a19c-48f9-ba9d-661f647286b1" + "e5fdc43a-21f8-4291-b9e5-53dd70ad4427" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111357Z:850444b8-a19c-48f9-ba9d-661f647286b1" + "WESTUS:20200606T014857Z:e5fdc43a-21f8-4291-b9e5-53dd70ad4427" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -980,7 +980,7 @@ "nosniff" ], "Content-Length": [ - "260430" + "204719" ], "Content-Type": [ "application/json; charset=utf-8" @@ -989,12 +989,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egrunnercustomtopicwestus2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1d662511-cf3d-4896-83a6-f5cf44ad70c9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/egrunnercustomtopicwestus2\",\r\n \"name\": \"egrunnercustomtopicwestus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopicwestus2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"47489ef8-33de-486f-a09c-b3ac13836880\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopicwestus2\",\r\n \"name\": \"eglatencyrunnercustomtopicwestus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-west-us-2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"265949db-8739-4646-8816-f3e310f58fc9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-west-us-2\",\r\n \"name\": \"eg-latency-runner-custom-topic-west-us-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-custom-topic-ce59084b-west-us-2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3525bd77-df7b-4d60-83f5-3a40d484d1bc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-crud-runner-custom-topic-ce59084b-West-US-2\",\r\n \"name\": \"eg-crud-runner-custom-topic-ce59084b-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-west-us-2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f35cdcf9-fd7e-4362-b119-ce8fb7b43fe5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-west-us-2\",\r\n \"name\": \"eg-latency-runner-topic-west-us-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-001.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d742af38-a1d6-4ab0-8f18-b3d2fbeed53a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-001\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-002.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2f2a900a-b5bd-4e17-8871-9b9495d17aca\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-002\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-local-test-west-us-2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"92b53311-cbde-4c71-8351-133b6cc826a0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-local-test-west-us-2\",\r\n \"name\": \"eg-latency-runner-topic-name-local-test-west-us-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-003.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7cb2f5e2-9867-408c-ab5a-d799dbef1bd7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-003\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-03.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3b497dba-16e8-47a8-bbbb-f5f2b39ac793\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-03\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-04.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"23d55500-7eaa-4fbd-9065-b35fe22ed066\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-04\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-04\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-49e1e4f7-west-us-2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"821db82e-8ecd-4d6f-9dac-64e657766a1a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-49e1e4f7-West-US-2\",\r\n \"name\": \"eg-crud-runner-topic-49e1e4f7-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-7aa1fcc4-west-us-2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"163416df-1ed9-48ce-9b90-e663813c683f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-7aa1fcc4-West-US-2\",\r\n \"name\": \"eg-crud-runner-queue-topic-7aa1fcc4-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-1e33851d-west-us-2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c28a517f-9eb5-49dd-8fe2-5f77328513bd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-1e33851d-West-US-2\",\r\n \"name\": \"eg-crud-runner-topic-1e33851d-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicwestus2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7d669fa1-0238-4cbd-9ba5-e60dd39a2f26\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicwestus2\",\r\n \"name\": \"eglatencyrunnerqueuetopicwestus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-lcl-egprodusw2001test.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8f17687a-90f5-4a1d-9e3f-d781413d1e96\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-lcl-egprodusw2001test\",\r\n \"name\": \"eg-latency-runner-topic-name-lcl-egprodusw2001test\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-lcl-eg-prod-usw2-001.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e12f767f-abe5-4f7b-bbf1-454560e90ff9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-lcl-eg-prod-usw2-001\",\r\n \"name\": \"eg-latency-runner-topic-name-lcl-eg-prod-usw2-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-01.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"943e1403-6994-4d30-9e77-04eacc5d0b30\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-01\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-02.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a4398fe5-c73e-48e4-97ec-ea8bc85d648b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-02\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-1b.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3315b7df-343c-43f8-bacb-70df7b88c13f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-1b\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-1c.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"58d3f714-0041-47fb-ae3d-4a218bdb5f83\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-1c\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-1a.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"aaaef94a-51d7-48a0-878b-91c4153908c8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-1a\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://iotodedgebugbash2delete.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c57d3661-2115-4f61-a126-49b2ec904185\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete/providers/Microsoft.EventGrid/topics/IoTodEdgeBugBash2Delete\",\r\n \"name\": \"IoTodEdgeBugBash2Delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeletedtopic2delete.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0d5b034e-5bc1-478c-81e2-aa76e31ccbf7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete/providers/Microsoft.EventGrid/topics/testDeletedTopic2Delete\",\r\n \"name\": \"testDeletedTopic2Delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topic2delete.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventV01Schema\",\r\n \"metricResourceId\": \"4d547141-de28-4335-af1d-220e1c5930ab\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete/providers/Microsoft.EventGrid/topics/Topic2Delete\",\r\n \"name\": \"Topic2Delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic2delete.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0a12419c-86e1-438b-b7d0-a9664e3d3b3a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic2delete\",\r\n \"name\": \"amdtesttopic2delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic200delete.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"65cb056e-73e2-4fee-9d6a-b0b04cb54071\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic200delete\",\r\n \"name\": \"amdtesttopic200delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic8757e65bwestus2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"977861b2-0603-4171-ba1d-f31929bcdebf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic8757e65bWestUS2\",\r\n \"name\": \"egcrudrunnerqueuetopic8757e65bWestUS2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic6475237bwestus2.westus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2627072f-dade-460d-ab19-c6c263876586\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/egcrudrunnertopic6475237bWestUS2\",\r\n \"name\": \"egcrudrunnertopic6475237bWestUS2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopiceastus.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8de93ac0-d1b6-4272-852c-38d388c2602d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopiceastus\",\r\n \"name\": \"eglatencyrunnercustomtopiceastus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-east-us.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"df6ac2d8-2055-4461-a525-50259cee4f4e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-east-us\",\r\n \"name\": \"eg-latency-runner-custom-topic-east-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-east-us.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d597e4ca-b3ea-4838-8196-46feb771d37e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-east-us\",\r\n \"name\": \"eg-latency-runner-topic-east-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-001.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"db525482-68f4-4509-b91f-5b70e1be6d44\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-002.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6ea7d501-6a25-44ee-ba8e-46a5969601e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-003.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"364f411a-6a32-4bf9-a786-2796966a2865\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-003\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-004.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e356c8f5-4146-41ff-bada-9369766cbfb6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-004\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-004\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiceastus.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"aa9a71ac-592d-462c-85e5-185e0bf0f48e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiceastus\",\r\n \"name\": \"eglatencyrunnerqueuetopiceastus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-1b.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9bc0c48b-ad77-46c1-adb0-35aee261d5fe\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-1a.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d6594150-0a56-4893-ad0a-0b36b90cc5cb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-1c.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8c0299e5-011c-4be0-b08c-53f8f1cfcd5d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://diagnosticlogstesting.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"910a61a8-035d-4874-a959-d278e2cdd8ff\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted/providers/Microsoft.EventGrid/topics/diagnosticlogstesting\",\r\n \"name\": \"diagnosticlogstesting\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eventhubbigeventlatency1partition.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7646f2ec-d4a1-450d-9e41-f28918bdad1b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency/providers/Microsoft.EventGrid/topics/eventhubbigeventlatency1partition\",\r\n \"name\": \"eventhubbigeventlatency1partition\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [\r\n {\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.Network/privateEndpoints/bmtpe1\"\r\n },\r\n \"groupIds\": [\r\n \"topic\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"Auto-approved\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.EventGrid/topics/bmteustopic1/privateEndpointConnections/bmtpe1.149695bb-75c3-4774-9593-fea717abf423\",\r\n \"name\": \"bmtpe1.149695bb-75c3-4774-9593-fea717abf423\",\r\n \"type\": \"Microsoft.EventGrid/topics/privateEndpointConnections\"\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://bmteustopic1.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2edbdbff-ff8a-4b24-b6c8-86f4f039aefd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.EventGrid/topics/bmteustopic1\",\r\n \"name\": \"bmteustopic1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic2954b63beastus.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e13712b3-b5d7-4c60-bf2f-eb2297399376\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/egcrudrunnertopic2954b63bEastUS\",\r\n \"name\": \"egcrudrunnertopic2954b63bEastUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic1073bb7deastus.eastus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1c93d2d3-c109-44bb-a95e-b6458aefdd74\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic1073bb7dEastUS\",\r\n \"name\": \"egcrudrunnerqueuetopic1073bb7dEastUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopicwestus.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"cb2d4be6-1582-4207-9e4f-56870009fec1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopicwestus\",\r\n \"name\": \"eglatencyrunnercustomtopicwestus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-west-us.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"95856df7-ad30-40bc-b5c4-217377ddf1f2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-west-us\",\r\n \"name\": \"eg-latency-runner-custom-topic-west-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-west-us.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9dcbc2f9-70d6-4fd6-9fcd-2afdf18fe264\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-west-us\",\r\n \"name\": \"eg-latency-runner-topic-west-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-001.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"be89ef2a-cfeb-46f8-b541-054cd921f11c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-002.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"51d96db8-87af-4a05-86c8-85cce7061985\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-03.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a8abb7b0-a94c-4332-b2bd-e2500068f571\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-03\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicwestus.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"606d42db-eeb7-41c8-a1d8-0eb2134e6552\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicwestus\",\r\n \"name\": \"eglatencyrunnerqueuetopicwestus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-02.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c643aa16-6aa9-44d0-9f6a-b22b2d5ce8c9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-01.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"368b99b2-da10-4b39-99e4-2fd2e4ffcbbe\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eventhubbigeventlatency1partition-westus.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ba20163a-7b06-41da-b218-a13e1cd832ed\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency/providers/Microsoft.EventGrid/topics/eventhubbigeventlatency1partition-westus\",\r\n \"name\": \"eventhubbigeventlatency1partition-westus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic2a4b6e07westus.westus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"13a74004-7335-424a-8c43-8d95d7c955bf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/egcrudrunnertopic2a4b6e07WestUS\",\r\n \"name\": \"egcrudrunnertopic2a4b6e07WestUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopiccentralus.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"529932bc-2e08-451d-a81a-dde6ad8f3cc2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopiccentralus\",\r\n \"name\": \"eglatencyrunnercustomtopiccentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-central-us.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e63ed804-86b6-48c5-9fb3-fbc637926be7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-central-us\",\r\n \"name\": \"eg-latency-runner-custom-topic-central-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-central-us.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0eb96b40-cfee-4699-8b6c-13cb541b71d6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-central-us\",\r\n \"name\": \"eg-latency-runner-topic-central-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-001.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b39e9123-f344-4871-bdf1-ebb1b0708f62\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-002.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"70ac759a-b316-479f-b7b1-699a1837fd94\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-002-1.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7743306d-1cfb-4d3f-a872-a81cb8b471db\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-002-1\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-002-1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-002-2.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ad823bf1-f794-45a2-97db-9195cc040f8d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-002-2\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-002-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-003.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"455bfba5-35aa-4994-abba-dcd504702248\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-003\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-004.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"afcd624b-494c-4174-a059-47f3195d4a45\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-004\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-004\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccentralus.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ea26d994-e061-4d87-a857-4025f37495f3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccentralus\",\r\n \"name\": \"eglatencyrunnerqueuetopiccentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-02.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"453729cf-b177-4410-9091-f0577907f77c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-1b.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"587be34a-a5fb-47c3-8781-300e835a7040\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-1a.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"717b8b68-77df-4468-8718-475e01ae8290\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-1c.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"568f5143-be6f-4249-b329-5355b6f3daee\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-prod-usce-blockstorage-perf-topic.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"912ef55f-bf72-4e8b-8511-b273ed7c8600\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centralus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage/providers/Microsoft.EventGrid/topics/eg-prod-usce-blockstorage-perf-topic\",\r\n \"name\": \"eg-prod-usce-blockstorage-perf-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic0844cd01centralus.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"408e82e3-aafa-4cdd-aa28-baaefe4c228d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnertopic0844cd01CentralUS\",\r\n \"name\": \"egcrudrunnertopic0844cd01CentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopiccdba9b2ccentralus.centralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a6225dd4-7e9c-4ce1-8564-d55742a2eef4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopiccdba9b2cCentralUS\",\r\n \"name\": \"egcrudrunnerqueuetopiccdba9b2cCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopiceastus2.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"16596486-580f-4f04-9338-ab2d070a484b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopiceastus2\",\r\n \"name\": \"eglatencyrunnercustomtopiceastus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-east-us-2.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c0788e60-3fa3-4b1f-be6d-c5b2b8fdc78c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-east-us-2\",\r\n \"name\": \"eg-latency-runner-topic-east-us-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-001.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4a64d77e-2670-4da1-8955-7339d19ba404\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-002.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0093abad-6357-47b1-a144-7af9899e7d4c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiceastus2.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"023bd1a9-75e5-4ab5-85c1-05d994ac869a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiceastus2\",\r\n \"name\": \"eglatencyrunnerqueuetopiceastus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-01.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"87816242-88ae-44b9-a0cc-2e66bf0c6099\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-04.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8d917cfd-f1a4-4a5f-9a04-4b948051dcea\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-04\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-04\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-03.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ae8cc613-1c4d-446a-bffd-b5179d1b8ffe\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-03\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-1c.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"923be8e5-5659-4883-a244-88bf4b65440d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-1b.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2d9737d2-4212-44a2-a8f2-47b529d936d2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-1a.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8a7f1c29-3369-4cc2-8f26-a68fdad5e6bb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup20.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"df5d43b8-b123-4fa0-b8e0-432787c9d04f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup20\",\r\n \"name\": \"testTopicDup20\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup21.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ba32d667-0181-4e97-a332-8ddcfb51f5e4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup21\",\r\n \"name\": \"testTopicDup21\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup30.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7b8e7f50-473b-4236-8fb7-0248e69c564b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup30\",\r\n \"name\": \"testTopicDup30\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup33.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"70afc915-027e-4744-9b5f-0ed32685c17e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup33\",\r\n \"name\": \"testTopicDup33\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic11573f98eastus2.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"173cc5a8-fe49-40cf-a602-efe3fcc578b3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/egcrudrunnertopic11573f98EastUS2\",\r\n \"name\": \"egcrudrunnertopic11573f98EastUS2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicb1d484aeeastus2.eastus2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c9bc0986-1d25-4f0c-b127-2a78a41a8cab\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicb1d484aeEastUS2\",\r\n \"name\": \"egcrudrunnerqueuetopicb1d484aeEastUS2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egrunnercustomtopicwestcentralus.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e703a8a7-3125-4820-90ba-50a7ed4e57ee\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/egrunnercustomtopicwestcentralus\",\r\n \"name\": \"egrunnercustomtopicwestcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopicwestcentralus.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8520fa7c-4067-43f5-bcc7-c84cb18cb9fe\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopicwestcentralus\",\r\n \"name\": \"eglatencyrunnercustomtopicwestcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-west-central-us.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2c83de7f-0a1b-46e0-85d0-717ba1e9c798\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-west-central-us\",\r\n \"name\": \"eg-latency-runner-custom-topic-west-central-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-west-central-us.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e1a8935c-5ab7-44ac-a01b-0b10a616afe7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-west-central-us\",\r\n \"name\": \"eg-latency-runner-topic-west-central-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-002.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"42c75629-53bc-4352-8117-51e222b17e34\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-003.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"260b085f-a670-408d-9c1f-2421e1be63e6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-003\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-01.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"bcfb3dc5-fa47-4237-831e-d691c615d8fd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-9e81fd7b-west-central-us.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a7a0bc9f-f537-40b2-a3d4-44190b01ef43\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-9e81fd7b-West-Central-US\",\r\n \"name\": \"eg-crud-runner-topic-9e81fd7b-West-Central-US\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicwestcentralus.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e023549b-ef2c-48a6-8f23-120b8ae968f8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicwestcentralus\",\r\n \"name\": \"eglatencyrunnerqueuetopicwestcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-02.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b652ad4f-cd22-49e6-b877-a95b8dc528a6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-03.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a715eaa0-41fb-4d21-98a1-a96e0ea664b6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-03\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://pstesttopic-ps4285.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5b8ad8b3-a6ba-40c8-aaac-8cdca6bf9b60\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242/providers/Microsoft.EventGrid/topics/PSTestTopic-ps4285\",\r\n \"name\": \"PSTestTopic-ps4285\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-dq-runner-topic-eg-prod-uswc-02.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1c5098a3-223d-48ce-89f3-1684ad2911eb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-dq-runner-topic-eg-prod-uswc-02\",\r\n \"name\": \"eg-latency-dq-runner-topic-eg-prod-uswc-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic5d45b78awestcentralus.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b041c46e-d805-4ed0-8675-a7d85cdd5467\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnertopic5d45b78aWestCentralUS\",\r\n \"name\": \"egcrudrunnertopic5d45b78aWestCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egarmrunnertopic6624486bwestcentralus.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9f68244c-c49d-4048-80fb-8d85ccb9e8b0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerWestCentralUS/providers/Microsoft.EventGrid/topics/egarmrunnertopic6624486bWestCentralUS\",\r\n \"name\": \"egarmrunnertopic6624486bWestCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicd622f0edwestcentralus.westcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d346fe81-aa30-40ee-b672-b4bbae152fda\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicd622f0edWestCentralUS\",\r\n \"name\": \"egcrudrunnerqueuetopicd622f0edWestCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auea-02.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ae3a34e0-9584-49c5-8efb-cd60165426e6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auea-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auea-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-australiaeast.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"25d669c2-5d9c-490b-909e-d5f013279771\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-australiaeast\",\r\n \"name\": \"eg-latency-runner-topic-australiaeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auea-01.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"80c03238-0075-4069-86fd-b875e1f694e2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auea-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auea-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-3d6fcc2c-australia-east.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"75faf7f6-614d-4dce-97b5-2af61cea6ba5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-3d6fcc2c-Australia-East\",\r\n \"name\": \"eg-crud-runner-queue-topic-3d6fcc2c-Australia-East\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-16d21dfe-australia-east.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7a4be7d9-314f-453f-982b-f15bf64f8c46\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-16d21dfe-Australia-East\",\r\n \"name\": \"eg-crud-runner-topic-16d21dfe-Australia-East\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicaustraliaeast.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7f00808f-2c7b-429e-acd8-7c44a41fafac\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicaustraliaeast\",\r\n \"name\": \"eglatencyrunnerqueuetopicaustraliaeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic86391f73australiaeast.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8a400f4f-4ec1-463c-8dc4-e53ea3cd166b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/egcrudrunnertopic86391f73AustraliaEast\",\r\n \"name\": \"egcrudrunnertopic86391f73AustraliaEast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicdfdecf95australiaeast.australiaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9c02d10c-6ebf-49ec-806a-7b85da6eec15\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicdfdecf95AustraliaEast\",\r\n \"name\": \"egcrudrunnerqueuetopicdfdecf95AustraliaEast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-australiasoutheast.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"da914610-741f-4fba-86a9-786939dd025c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-australiasoutheast\",\r\n \"name\": \"eg-latency-runner-topic-australiasoutheast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ause-01.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1c06a3a6-7d7a-4401-83db-8d5a2e2bcbc7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ause-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ause-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ause-02.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"37f96a3f-7102-4654-aa5a-1737467e3327\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ause-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ause-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicaustraliasoutheast.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d1569b81-733b-4b63-be20-d0bf4b9df447\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicaustraliasoutheast\",\r\n \"name\": \"eglatencyrunnerqueuetopicaustraliasoutheast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicb056437faustraliasoutheast.australiasoutheast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d462fc70-f911-4f48-96de-68604579f714\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/egcrudrunnertopicb056437fAustraliaSoutheast\",\r\n \"name\": \"egcrudrunnertopicb056437fAustraliaSoutheast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-australiacentral.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e4bb4e79-fad1-4f21-b937-6d85b2ef05ef\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-australiacentral\",\r\n \"name\": \"eg-latency-runner-topic-australiacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auce-02.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"163da349-c1be-429c-8d7f-3ba2a171f352\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auce-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auce-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auce-01.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c6a2dd1d-ad82-4e48-91b5-3ad468e36e12\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auce-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auce-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-fdc3476b-australia-central.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a0985f1a-5e7c-4fcc-96f8-cd214113f5ae\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-fdc3476b-Australia-Central\",\r\n \"name\": \"eg-crud-runner-topic-fdc3476b-Australia-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicaustraliacentral.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a21fd622-2b64-4235-aad5-c3df53e7570d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicaustraliacentral\",\r\n \"name\": \"eglatencyrunnerqueuetopicaustraliacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic68ebbca9australiacentral.australiacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e16f5fda-d09c-4f16-973e-a5a659951fcc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopic68ebbca9AustraliaCentral\",\r\n \"name\": \"egcrudrunnertopic68ebbca9AustraliaCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-japaneast.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9eba0c8e-bdf8-4f90-b4b7-49dd25367a11\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-japaneast\",\r\n \"name\": \"eg-latency-runner-topic-japaneast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-1e6b2191-japan-east.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3219859f-8856-4c7e-bbd7-855b92563566\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-1e6b2191-Japan-East\",\r\n \"name\": \"eg-crud-runner-queue-topic-1e6b2191-Japan-East\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicjapaneast.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"03192dcd-a0c1-4cc3-bfd1-c0f846ac49b5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicjapaneast\",\r\n \"name\": \"eglatencyrunnerqueuetopicjapaneast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpea-1b.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"318cc4b6-eb6d-4eda-958c-ac094262d33b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpea-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpea-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpea-1c.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6147d2b2-9d86-4183-a28d-366841849cee\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpea-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpea-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpea-1a.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9d49fb27-5483-4814-9107-89045beaba7c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpea-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpea-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic6f927dbajapaneast.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e2839ea3-7c53-437b-aac4-c954c12e6389\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/egcrudrunnertopic6f927dbaJapanEast\",\r\n \"name\": \"egcrudrunnertopic6f927dbaJapanEast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic62ce0a64japaneast.japaneast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"75cf8d56-7880-4957-b195-2dc7a2eae152\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic62ce0a64JapanEast\",\r\n \"name\": \"egcrudrunnerqueuetopic62ce0a64JapanEast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpwe-01.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9c739c34-ee6b-4ced-8a3e-3fcc0d728908\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpwe-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpwe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpwe-02.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a1349960-9d46-402c-9924-30ff7fb94f6b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpwe-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpwe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-japanwest.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e0485990-2e95-4553-bee9-187c181e5e3b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-japanwest\",\r\n \"name\": \"eg-latency-runner-topic-japanwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-dd57ef29-japan-west.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"476839b0-1560-49fc-86b3-c81d5656fd5f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-dd57ef29-Japan-West\",\r\n \"name\": \"eg-crud-runner-queue-topic-dd57ef29-Japan-West\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicjapanwest.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"473e66de-bddc-46f4-a95e-ac4276fb4294\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicjapanwest\",\r\n \"name\": \"eglatencyrunnerqueuetopicjapanwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic99604d1bjapanwest.japanwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"504629b6-a285-42ac-ad77-93650f875c55\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/egcrudrunnertopic99604d1bJapanWest\",\r\n \"name\": \"egcrudrunnertopic99604d1bJapanWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-west-europe.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"312de3f5-137c-4473-88b0-f15ba762b5be\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-west-europe\",\r\n \"name\": \"eg-latency-runner-topic-west-europe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-001.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"277a101d-eb0f-471e-834b-1fde6d736938\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-002.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"63a6a0ae-9d68-481d-a734-b0ec17bbf093\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-f438994f-west-europe.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"643b7777-aeca-45be-8421-36ab22b5d837\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-f438994f-West-Europe\",\r\n \"name\": \"eg-crud-runner-queue-topic-f438994f-West-Europe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyqueuerunnertopicwesteurope.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f69aa0fa-be84-472e-a3b5-a5d01b3011ca\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eglatencyqueuerunnertopicwesteurope\",\r\n \"name\": \"eglatencyqueuerunnertopicwesteurope\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-1a.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"62415c9e-27c5-49cc-a2cb-8b2aed633928\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-1c.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a3db94aa-de09-4b1d-8b68-cf51e0ee6ff6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-1b.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8683eada-963c-471d-a766-e6f39eb81c04\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testeuwetopic.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c09d04ba-6bb7-4b5e-85a4-8e948e57505d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"westeurope\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/topics/testeuwetopic\",\r\n \"name\": \"testeuwetopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopice529ab8ewesteurope.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"87f519b2-dd15-4399-9912-7ef5db159be3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/egcrudrunnertopice529ab8eWestEurope\",\r\n \"name\": \"egcrudrunnertopice529ab8eWestEurope\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicc69f3318westeurope.westeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3db38879-5b27-4251-ad07-10d278744caf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicc69f3318WestEurope\",\r\n \"name\": \"egcrudrunnerqueuetopicc69f3318WestEurope\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-north-europe.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1220abb3-e9b2-4037-90a5-cd963e7678bb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-north-europe\",\r\n \"name\": \"eg-latency-runner-topic-north-europe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-001.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"007e2e11-a54d-4523-91fb-9b631748ac31\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-002.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"65f0dc09-1013-408f-9885-f1d7e0ff8da7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicnortheurope.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b351feaf-0adb-4992-ad8e-a365b2a56b5d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicnortheurope\",\r\n \"name\": \"eglatencyrunnerqueuetopicnortheurope\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-1a.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"83ac2c51-4406-4c40-b92c-395a96f3be21\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-1c.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a5ef96f4-7dad-4809-b870-46f8e935d0c7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-1b.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"894573ab-42dc-4d9c-9756-8e694463f018\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic532d37fbnortheurope.northeurope-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6f6d5792-00b8-4313-b1a0-bfc1f18c2249\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/egcrudrunnertopic532d37fbNorthEurope\",\r\n \"name\": \"egcrudrunnertopic532d37fbNorthEurope\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-southeast-asia.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5dcec9dd-d68e-4957-8597-88bc577aa8a4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-southeast-asia\",\r\n \"name\": \"eg-latency-runner-topic-southeast-asia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-001.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a1427801-9d4d-4faa-b8dd-0e98ddc24a2b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-002.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c21176cf-6919-456d-8ee3-6f4d08d17bc7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-70775835-southeast-asia.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1b61044f-a7d0-4a52-beab-a1ef2e2dc0fd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-70775835-Southeast-Asia\",\r\n \"name\": \"eg-crud-runner-queue-topic-70775835-Southeast-Asia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyqueuerunnertopicsoutheastasia.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6869839a-7669-4824-9de0-e9a091c12efc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia/providers/Microsoft.EventGrid/topics/eglatencyqueuerunnertopicsoutheastasia\",\r\n \"name\": \"eglatencyqueuerunnertopicsoutheastasia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-1c.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9b0b4751-b798-4e31-ae9e-15a91bdbb3f9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-1a.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"dac06886-6be4-4cf1-a901-186c40731a2b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-1b.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"adfc3d73-5b18-464c-8ea7-6ff7ead4464f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicc063e77asoutheastasia.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6ae591c8-99ec-4ffe-a6fe-d3b4458ea5f7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia/providers/Microsoft.EventGrid/topics/egcrudrunnertopicc063e77aSoutheastAsia\",\r\n \"name\": \"egcrudrunnertopicc063e77aSoutheastAsia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicad5963bcsoutheastasia.southeastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d41b303c-b0e9-4fa5-8ef6-c0c142ed3a7b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicad5963bcSoutheastAsia\",\r\n \"name\": \"egcrudrunnerqueuetopicad5963bcSoutheastAsia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-east-asia.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1f0ad62c-e871-4f55-b851-98acd864031c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-east-asia\",\r\n \"name\": \"eg-latency-runner-topic-east-asia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-asea-001.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"43e17ebc-2a43-47f1-b123-89ea36790c70\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-asea-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-asea-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-asea-002.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e44a708c-6272-421f-9ff3-82706984a798\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-asea-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-asea-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-5b42adc2-east-asia.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c084ab44-ffc1-4ad1-bfe7-4764474b5f9c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-5b42adc2-East-Asia\",\r\n \"name\": \"eg-crud-runner-queue-topic-5b42adc2-East-Asia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiceastasia.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5872658c-7e33-4d3f-8c85-4edab459a99b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiceastasia\",\r\n \"name\": \"eglatencyrunnerqueuetopiceastasia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-asea-02.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"04c2deac-6a92-4841-b642-de4c0d18ed3f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-asea-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-asea-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-asea-01.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8e44ba0f-23cf-477e-b95b-3b175edf5acf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-asea-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-asea-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic86d9689beastasia.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c23faec3-ec66-4303-9e62-c3628a4e1860\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/egcrudrunnertopic86d9689bEastAsia\",\r\n \"name\": \"egcrudrunnertopic86d9689bEastAsia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic188b0cb1eastasia.eastasia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"91d0a6a3-bb38-4fd7-a0f0-10eba11f4a96\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic188b0cb1EastAsia\",\r\n \"name\": \"egcrudrunnerqueuetopic188b0cb1EastAsia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-northcentralus.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"708314d9-3d16-480a-9ead-ec72d6e414d8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-northcentralus\",\r\n \"name\": \"eg-latency-runner-topic-northcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usnc-02.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"da47b6a2-1626-4bd3-b2d7-c29dce3545cf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usnc-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usnc-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usnc-01.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f3b72bc1-3e29-40a0-912b-55df26f6ec75\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usnc-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usnc-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-b373f9ee-north-central-us.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"84ae5e24-ac11-469c-8ec0-6d60e86bc448\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-b373f9ee-North-Central-US\",\r\n \"name\": \"eg-crud-runner-topic-b373f9ee-North-Central-US\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicnorthcentralus.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"13e23b6f-f71f-4eda-aadc-e6cefdf37588\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicnorthcentralus\",\r\n \"name\": \"eglatencyrunnerqueuetopicnorthcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic1345cff3northcentralus.northcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ec1afa2b-5e6f-434b-99a9-b3f4c35eb46d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic1345cff3NorthCentralUS\",\r\n \"name\": \"egcrudrunnerqueuetopic1345cff3NorthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-southcentralus.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"eb7e36ba-ed64-4d2a-9e4e-d77879cf825b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-southcentralus\",\r\n \"name\": \"eg-latency-runner-topic-southcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ussc-01.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"47d4b416-f8d6-4f78-b3e8-a3c308c51e24\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ussc-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ussc-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ussc-02.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"eb898457-4f88-41a7-8b04-35fe56bad272\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ussc-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ussc-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicsouthcentralus.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"479e8731-17f3-408f-bbef-2e2cc6c856b7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicsouthcentralus\",\r\n \"name\": \"eglatencyrunnerqueuetopicsouthcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic37f89ab1southcentralus.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6dc3f5f5-c113-45ac-a820-809514852616\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic37f89ab1SouthCentralUS\",\r\n \"name\": \"egcrudrunnerqueuetopic37f89ab1SouthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic0dfcd286southcentralus.southcentralus-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"dacc6a42-6a26-4a48-a391-06942f059d82\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnertopic0dfcd286SouthCentralUS\",\r\n \"name\": \"egcrudrunnertopic0dfcd286SouthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-brso-02.brazilsouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"000ae33a-efef-40c9-a06d-d4b14a747faf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-brso-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-brso-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-brazilsouth.brazilsouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7967de5a-4366-497a-a29a-cb4f41e024e7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-brazilsouth\",\r\n \"name\": \"eg-latency-runner-topic-brazilsouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-brso-01.brazilsouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"be5e29ea-7491-41f7-af36-8e7af3415329\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-brso-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-brso-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicbrazilsouth.brazilsouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9644bddf-b842-43fd-9596-2174d0ba8c19\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicbrazilsouth\",\r\n \"name\": \"eglatencyrunnerqueuetopicbrazilsouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic9dc4fd4abrazilsouth.brazilsouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5ab91947-a1c8-4b8f-ab27-fe80981b9ccf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/topics/egcrudrunnertopic9dc4fd4aBrazilSouth\",\r\n \"name\": \"egcrudrunnertopic9dc4fd4aBrazilSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-cace-01.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3f630e93-1d65-4b7c-b983-bea118321ddd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-cace-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-cace-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-canadacentral.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6a2ef129-3b60-4934-a17e-cc22669c0b9f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-canadacentral\",\r\n \"name\": \"eg-latency-runner-topic-canadacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-cace-02.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3cd279bc-e314-46d6-b04b-34f1128e6098\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-cace-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-cace-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-56b2c786-canada-central.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ab1d6528-3463-4b81-82d8-7ed08b35a051\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-56b2c786-Canada-Central\",\r\n \"name\": \"eg-crud-runner-queue-topic-56b2c786-Canada-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccanadacentral.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7ee5faca-50dc-48d5-be12-b9bb2e4abe8c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccanadacentral\",\r\n \"name\": \"eglatencyrunnerqueuetopiccanadacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic61bed589canadacentral.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f8a8671d-40aa-4a5b-ac0b-45b3dfa16645\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic61bed589CanadaCentral\",\r\n \"name\": \"egcrudrunnerqueuetopic61bed589CanadaCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic5704a9e3canadacentral.canadacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6e1f3c78-5eb5-45e1-ac5d-b8e5d93d66d4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopic5704a9e3CanadaCentral\",\r\n \"name\": \"egcrudrunnertopic5704a9e3CanadaCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-canadaeast.canadaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f0bb7025-cfa7-4d0c-931b-d09d7e6e56b8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-canadaeast\",\r\n \"name\": \"eg-latency-runner-topic-canadaeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-caea-02.canadaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"abb67ba2-bd81-41d8-a587-41f4d66a0adb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-caea-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-caea-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-caea-01.canadaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f91fbbd4-c320-4619-b25a-821dd61bd872\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-caea-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-caea-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccanadaeast.canadaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7df22574-c607-4057-bf87-c48317c49d67\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccanadaeast\",\r\n \"name\": \"eglatencyrunnerqueuetopiccanadaeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic55edf677canadaeast.canadaeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"68c37691-8899-4073-bc32-352d671875e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic55edf677CanadaEast\",\r\n \"name\": \"egcrudrunnerqueuetopic55edf677CanadaEast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ince-02.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9120f82c-38f1-4603-91d2-a60c6d6aa00a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ince-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ince-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ince-01.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d8b9f0eb-dd0f-4300-baca-e9514146837c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ince-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ince-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-centralindia.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"904df6e4-5626-4ff9-b4ef-1405a54d072f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-centralindia\",\r\n \"name\": \"eg-latency-runner-topic-centralindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccentralindia.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"74991d35-3d92-44c8-b35b-e5a1a97b5d72\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccentralindia\",\r\n \"name\": \"eglatencyrunnerqueuetopiccentralindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtodelete.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7e3840db-8fc0-4368-b96e-3fc16f5c4219\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centralindia\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/testtodelete\",\r\n \"name\": \"testtodelete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic8e1e1231centralindia.centralindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1b4b17b7-4a7e-44b0-9a62-168f638f737a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/egcrudrunnertopic8e1e1231CentralIndia\",\r\n \"name\": \"egcrudrunnertopic8e1e1231CentralIndia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-inso-01.southindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"341ee15b-23ad-4e9d-8714-79474a0ffb51\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-inso-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-inso-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-inso-02.southindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d63c6984-1466-47e9-82ba-6aa4c8228943\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-inso-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-inso-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-southindia.southindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"765d231c-56d6-44a2-ac7b-8f676fd132e7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-southindia\",\r\n \"name\": \"eg-latency-runner-topic-southindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-afb91465-south-india.southindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"46060697-bcda-42a5-b04d-2fc739a143c5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-afb91465-South-India\",\r\n \"name\": \"eg-crud-runner-queue-topic-afb91465-South-India\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicsouthindia.southindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a88a944b-03d1-49c6-b351-180e711fb713\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicsouthindia\",\r\n \"name\": \"eglatencyrunnerqueuetopicsouthindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-inwe-01.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"89d1847b-f0be-483e-93a4-e68b0f5f45b6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-inwe-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-inwe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-westindia.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e5b0a0de-5f5d-4a2c-b9e8-4adc1c68708c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-westindia\",\r\n \"name\": \"eg-latency-runner-topic-westindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-inwe-02.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7e46ab74-7fcc-43d7-8d17-4e1515a6b196\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-inwe-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-inwe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-e8cd72b4-west-india.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1840f9b8-f6a7-46d7-b471-fd4e0a882fb2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-e8cd72b4-West-India\",\r\n \"name\": \"eg-crud-runner-queue-topic-e8cd72b4-West-India\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicwestindia.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"992b9c18-6a6b-4b06-91ef-3cb455dc4a50\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicwestindia\",\r\n \"name\": \"eglatencyrunnerqueuetopicwestindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopiccec8a05dwestindia.westindia-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2698bb7f-9e91-416a-9115-e5f750e917af\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/egcrudrunnertopiccec8a05dWestIndia\",\r\n \"name\": \"egcrudrunnertopiccec8a05dWestIndia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-francecentral.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ee7c1518-0604-47ab-b87d-b17fa021d9c8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-francecentral\",\r\n \"name\": \"eg-latency-runner-topic-francecentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-b08055b1-france-central.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ce9e9dcf-c1da-43ae-b350-7e9defc9b3d4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-b08055b1-France-Central\",\r\n \"name\": \"eg-crud-runner-queue-topic-b08055b1-France-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-d1259a6c-france-central.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a570d8db-7bc6-4c89-9113-340c9a939c35\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-d1259a6c-France-Central\",\r\n \"name\": \"eg-crud-runner-topic-d1259a6c-France-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicfrancecentral.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"91e636d2-87a7-4777-b668-d928a5449a64\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicfrancecentral\",\r\n \"name\": \"eglatencyrunnerqueuetopicfrancecentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frce-1b.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"77d3a5d5-0cbe-4e6c-817a-2395324a32f1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frce-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frce-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frce-1c.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4686a0a7-092a-4331-8fec-ce6bb0dac787\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frce-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frce-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frce-1a.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"74240b51-7b40-49d2-8532-c3cef20922a6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frce-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frce-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicd79e43eafrancecentral.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"89030394-fb14-444c-8167-d8325ab8a526\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicd79e43eaFranceCentral\",\r\n \"name\": \"egcrudrunnerqueuetopicd79e43eaFranceCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicb3ce8556francecentral.francecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7dfa4f5a-b1a0-4081-b991-0f6b9b76418a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopicb3ce8556FranceCentral\",\r\n \"name\": \"egcrudrunnertopicb3ce8556FranceCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukwe-02.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"16b99373-6d1f-45be-8d86-5620878d35b6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukwe-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukwe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukwe-01.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1b9d80c8-74b8-4dfd-a93a-ec572d1b8f66\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukwe-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukwe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-ukwest.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b4129c64-572e-4660-ab3a-d037efec4511\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-ukwest\",\r\n \"name\": \"eg-latency-runner-topic-ukwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-d916a6b6-uk-west.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7089683e-6dcf-450c-be7f-54114f3cfeaf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-d916a6b6-UK-West\",\r\n \"name\": \"eg-crud-runner-queue-topic-d916a6b6-UK-West\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-eccaa2c2-uk-west.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6d96ed39-76ac-4be2-8f57-92faa8f41682\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-eccaa2c2-UK-West\",\r\n \"name\": \"eg-crud-runner-topic-eccaa2c2-UK-West\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicukwest.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4aa25853-9d3d-4d5a-a1d0-dc7a36c873ac\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicukwest\",\r\n \"name\": \"eglatencyrunnerqueuetopicukwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicf191e223ukwest.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2d842bf9-6efb-4e72-a172-ec3760214a82\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicf191e223UKWest\",\r\n \"name\": \"egcrudrunnerqueuetopicf191e223UKWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic6b9343ceukwest.ukwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"867695c2-e9aa-4250-8d9c-6082a1255ee7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/egcrudrunnertopic6b9343ceUKWest\",\r\n \"name\": \"egcrudrunnertopic6b9343ceUKWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-uksouth.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"25c20503-f49c-4692-8cae-4e5be8e1a92f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-uksouth\",\r\n \"name\": \"eg-latency-runner-topic-uksouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukso-04.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"83cb948c-d3d6-4ef8-aa0f-4f05cf55b848\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukso-04\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukso-04\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicuksouth.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9eb0384e-51e5-41a5-a0eb-72f5b4e4750f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicuksouth\",\r\n \"name\": \"eglatencyrunnerqueuetopicuksouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukso-1b.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f132aa6d-53d6-4d96-898d-31b422c8a076\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukso-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukso-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukso-1c.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c0aeeb72-bcb7-4bd2-b621-4e53a83a83e4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukso-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukso-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukso-1a.uksouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"db19f7fc-c202-4bae-9ad1-253d0373d35f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukso-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukso-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-krce-01.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"04c90e05-5001-49c4-a725-28cdbc0d75d1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-krce-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-krce-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-krce-02.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4948e986-6022-4f03-a253-38a488c5dc75\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-krce-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-krce-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-koreacentral.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c4c7c0b3-5b08-4e82-93e1-d0f1f954e057\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-koreacentral\",\r\n \"name\": \"eg-latency-runner-topic-koreacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-a7e75127-korea-central.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"02bdd739-1637-4a36-9152-664ada2c89b4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-a7e75127-Korea-Central\",\r\n \"name\": \"eg-crud-runner-queue-topic-a7e75127-Korea-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopickoreacentral.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c2f2d713-c46b-4bf9-a7b7-1de7cd81da1c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopickoreacentral\",\r\n \"name\": \"eglatencyrunnerqueuetopickoreacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic6d9bd086koreacentral.koreacentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e76f1074-6e6d-4e5b-9618-5aecf4184012\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopic6d9bd086KoreaCentral\",\r\n \"name\": \"egcrudrunnertopic6d9bd086KoreaCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-krso-02.koreasouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3ca5b315-f651-4309-b300-bb38098e907c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-krso-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-krso-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-koreasouth.koreasouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e869f0b8-a306-4ef5-81bc-3df152f65585\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-koreasouth\",\r\n \"name\": \"eg-latency-runner-topic-koreasouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-krso-01.koreasouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"524bfcca-77fe-45b5-a698-bacdb886c693\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-krso-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-krso-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopickoreasouth.koreasouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f907c1c3-a8d3-4891-93b8-428030d311dd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopickoreasouth\",\r\n \"name\": \"eglatencyrunnerqueuetopickoreasouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicae817455koreasouth.koreasouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b248ecd4-d36a-4bfd-bc6b-ce4a2c42ef88\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/egcrudrunnertopicae817455KoreaSouth\",\r\n \"name\": \"egcrudrunnertopicae817455KoreaSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic9a180e23koreasouth.koreasouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"921e3000-0c47-4a14-9587-8f3af36537c8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic9a180e23KoreaSouth\",\r\n \"name\": \"egcrudrunnerqueuetopic9a180e23KoreaSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-safn-02.southafricanorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d6265ed4-fe6b-485e-a0d7-7554b13fd8ac\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-safn-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-safn-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicsafnorth.southafricanorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ffcca753-fc71-404e-b315-c3340ca98477\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicsafnorth\",\r\n \"name\": \"eglatencyrunnerqueuetopicsafnorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-safn-01.southafricanorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5548f915-09c7-4f90-b562-eb6f6e8a3a00\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-safn-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-safn-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-safnorth.southafricanorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a909327b-f7b1-4f0e-b3b9-d2a583d95c83\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-safnorth\",\r\n \"name\": \"eg-latency-runner-topic-safnorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic0869cc5asouthafricanorth.southafricanorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"060fb5f2-686e-4a42-9fd9-6385b6bb8cfe\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/topics/egcrudrunnertopic0869cc5aSouthAfricaNorth\",\r\n \"name\": \"egcrudrunnertopic0869cc5aSouthAfricaNorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-uaenorth.uaenorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"34fd8b96-30dd-4eaa-85ec-ac1e014ecf0a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-uaenorth\",\r\n \"name\": \"eg-latency-runner-topic-uaenorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uaen-01.uaenorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"51409ddf-56e4-4d77-aa59-1038a83e8841\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uaen-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uaen-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uaen-02.uaenorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6961906c-6bc9-486b-98d0-ec40e1734983\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uaen-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uaen-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic7b4bed6euaenorth.uaenorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"688022a8-6bd8-4fa2-93fa-4c30a52f715f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/topics/egcrudrunnertopic7b4bed6eUAENorth\",\r\n \"name\": \"egcrudrunnertopic7b4bed6eUAENorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeleteswno.switzerlandnorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ed0c4067-c16f-4415-ae9e-d4e9aefa68d8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete/providers/Microsoft.EventGrid/topics/testdeleteswno\",\r\n \"name\": \"testdeleteswno\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic6defd83cswitzerlandnorth.switzerlandnorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6ad7ad2b-5eed-4c6e-a072-da98558d1d8c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/topics/egcrudrunnertopic6defd83cSwitzerlandNorth\",\r\n \"name\": \"egcrudrunnertopic6defd83cSwitzerlandNorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeletegewc.germanywestcentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a9e7d9c5-6d38-45a2-ab15-56ccf0e004a5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"germanywestcentral\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete/providers/Microsoft.EventGrid/topics/testdeletegewc\",\r\n \"name\": \"testdeletegewc\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicc6766587germanywestcentral.germanywestcentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fb3c3b2c-eb1b-49af-8587-f2a3e5d0904c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopicc6766587GermanyWestCentral\",\r\n \"name\": \"egcrudrunnertopicc6766587GermanyWestCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic70b9ae4fgermanywestcentral.germanywestcentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"47127df2-c2af-4fc4-826d-1226656a7555\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic70b9ae4fGermanyWestCentral\",\r\n \"name\": \"egcrudrunnerqueuetopic70b9ae4fGermanyWestCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdelete.norwayeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2571cbd5-0bbb-49ac-8fc0-3cda97f94b6a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"norwayeast\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/topics/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdocdbnoea.norwayeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5dba5051-e80f-44b7-8945-7baccbedb8c6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"norwayeast\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/topics/testDocDbnoea\",\r\n \"name\": \"testDocDbnoea\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-norwayeast.norwayeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a438980a-d707-4138-885e-d886023c1829\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-norwayeast\",\r\n \"name\": \"eg-latency-runner-topic-norwayeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicnorwayeast.norwayeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ea63e061-74ad-48e4-b04b-ec7caedc043d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicnorwayeast\",\r\n \"name\": \"eglatencyrunnerqueuetopicnorwayeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-noea-02.norwayeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"08b21378-072d-459c-a6ab-4786be2adf74\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-noea-02\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-noea-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-noea-01.norwayeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"45b860e0-0037-47b0-a06e-868ddea3e449\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-noea-01\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-noea-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic89926a53norwayeast.norwayeast-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"00c8d2da-5690-47fd-9cfd-d78a7c09774c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/egcrudrunnertopic89926a53NorwayEast\",\r\n \"name\": \"egcrudrunnertopic89926a53NorwayEast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sampletopic34.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"55c51161-fe8c-4c42-bf9b-8097198d6802\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/SampleRg/providers/Microsoft.EventGrid/topics/SampleTopic34\",\r\n \"name\": \"SampleTopic34\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egrunnercustomtopiceastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"bf5513b5-abc6-4ac5-9d09-455c19c628c6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/egrunnercustomtopiceastus2euap\",\r\n \"name\": \"egrunnercustomtopiceastus2euap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-east-us-2-euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f274589b-bbe5-4eb6-88c7-ad4edd625021\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-east-us-2-euap\",\r\n \"name\": \"eg-latency-runner-topic-east-us-2-euap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-002.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8e52e750-9e1f-41f1-ba50-4076841668d2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-003.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1f7db8d0-bcd0-41e6-828e-19cf1da44cef\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-003\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-001.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1833fa20-0031-4acf-a347-bd68ba191022\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiceastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"55ac8913-6e0c-4fd5-830b-9b748fc9833a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiceastus2euap\",\r\n \"name\": \"eglatencyrunnerqueuetopiceastus2euap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-sla-control-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"736b24e4-e936-41a2-b3f2-a88ee48ae47a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-sla-control-topic\",\r\n \"name\": \"eg-euap-use2-sla-control-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-delay-queues-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"30d2e26b-b11c-46bf-ace9-a8f51c7e262d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-delay-queues-topic\",\r\n \"name\": \"eg-euap-use2-delay-queues-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-02.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"bf044bf1-176e-4335-bdec-9a5cba7198da\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-03.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"39fc42dc-033d-459d-99e8-da3b27b0d710\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-03\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-eventsizes-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3f97e836-9d95-45af-8192-1065ead47c1b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-eventsizes-topic\",\r\n \"name\": \"eg-euap-use2-eventsizes-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-batching-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"88fd4aff-d632-4439-830f-b340682d4f0d\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-batching-topic\",\r\n \"name\": \"eg-euap-use2-batching-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-dq-runner-topic-eg-euap-use2-1c.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fc1753f4-f3cb-4298-b769-878b60001508\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-dq-runner-topic-eg-euap-use2-1c\",\r\n \"name\": \"eg-latency-dq-runner-topic-eg-euap-use2-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-1c.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"32f825ab-52b9-4870-b59f-309746335dd8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-1b.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5fd7e0cd-4435-4122-801c-01cb9589375d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-1a.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"65160ea5-d21c-4c41-8790-b708c504c58d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-201.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8a551c79-e72c-4061-aab3-825b3f5461bb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-201\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-201\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-dedicated-queues-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a7bda825-ab3f-4190-b687-3321d4cfca09\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-dedicated-queues-topic\",\r\n \"name\": \"eg-euap-use2-dedicated-queues-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-move-extents-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f9fdecc7-afd3-4723-b985-5fb5075230fa\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"newtag\": \"valuetag\",\r\n \"tag2\": \"tag2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-move-extents-topic\",\r\n \"name\": \"eg-euap-use2-move-extents-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-202.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c693d65a-ec9e-499f-9fbf-86821979387c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-202\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-202\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egarmrunnertopiccaed5e59eastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0cda1506-0f51-4f12-b764-682f12a06ed6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"EAST US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/egarmrunnertopiccaed5e59EASTUS2EUAP\",\r\n \"name\": \"egarmrunnertopiccaed5e59EASTUS2EUAP\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egarmrunnertopic320919a5eastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"628a2d56-cf3e-413d-b2bb-901587c63df6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"EAST US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/egarmrunnertopic320919a5EASTUS2EUAP\",\r\n \"name\": \"egarmrunnertopic320919a5EASTUS2EUAP\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-301.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"14b30439-b7fe-4384-bab3-fc07592ac4ce\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-301\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-301\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://ipfirewalltopic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"85c4fa06-4632-4dec-8e5d-87b8931c94f8\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"0.0.0.0/0\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1/providers/Microsoft.EventGrid/topics/ipfirewalltopic\",\r\n \"name\": \"ipfirewalltopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"40fa4459-8fcc-43f1-ad5c-b756f2a2f145\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopic\",\r\n \"name\": \"msitesttopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a78c2c2e-6cf6-4c3c-8631-1f2dd38bbc27\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup\",\r\n \"name\": \"testTopicDup\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup1.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d579a0c3-7446-47a9-9d87-31b568fe676b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup1\",\r\n \"name\": \"testTopicDup1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup5.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"feedb3fe-efab-487f-8bdc-e497857cd4b0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup5\",\r\n \"name\": \"testTopicDup5\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopicwithout.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"97faae8c-a8ab-4a5e-b36d-c4f46e1c76e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopicwithout\",\r\n \"name\": \"msitesttopicwithout\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopicwithout1.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d2566353-7cc3-4bc7-a5a7-d66995b7358c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopicwithout1\",\r\n \"name\": \"msitesttopicwithout1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopiccaa782e9eastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"43704b95-5f9c-45bd-90b2-c5209b1d20fd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"EAST US 2 EUAP\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopiccaa782e9EASTUS2EUAP\",\r\n \"name\": \"egcrudrunnerqueuetopiccaa782e9EASTUS2EUAP\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"417e0452-37c5-48e2-b877-7fff5809d400\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-centraluseuap\",\r\n \"name\": \"eg-latency-runner-topic-centraluseuap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-usce-01.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"664d0716-acde-4c13-b008-b2e9c7031343\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-usce-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-usce-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-usce-02.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d2f05cb8-c078-4f38-a22d-d01ae874e65a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-usce-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-usce-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccentraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6a1aac77-493c-4062-af7f-5c15b2c0350d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccentraluseuap\",\r\n \"name\": \"eglatencyrunnerqueuetopiccentraluseuap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-localtest-centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d0d5e8cb-cf40-4558-8415-0f5f6a0229f8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-localtest-centraluseuap\",\r\n \"name\": \"eg-latency-runner-topic-localtest-centraluseuap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-5425.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"44e4d2e9-8c05-4538-825e-668abd212739\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662/providers/Microsoft.EventGrid/topics/sdk-Topic-5425\",\r\n \"name\": \"sdk-Topic-5425\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-1063.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4890cac3-21b1-4a8d-875f-7018e2fff9c8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459/providers/Microsoft.EventGrid/topics/sdk-Topic-1063\",\r\n \"name\": \"sdk-Topic-1063\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8870.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"78b22f13-386f-415b-8630-98ebf810b247\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399/providers/Microsoft.EventGrid/topics/sdk-Topic-8870\",\r\n \"name\": \"sdk-Topic-8870\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4138.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a36cd511-0f06-4cad-829d-08db1b67ef4f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805/providers/Microsoft.EventGrid/topics/sdk-Topic-4138\",\r\n \"name\": \"sdk-Topic-4138\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-dq-runner-topic-eg-euap-usce-01.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4833073c-21d1-4424-9789-8a00f6b4822f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-dq-runner-topic-eg-euap-usce-01\",\r\n \"name\": \"eg-latency-dq-runner-topic-eg-euap-usce-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://kal2020testce2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"metricResourceId\": \"7b2cd523-b9aa-49ab-8e49-59eae1adeb48\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest/providers/Microsoft.EventGrid/topics/kal2020testCE2\",\r\n \"name\": \"kal2020testCE2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-5763.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"272e5de8-0e14-44ce-93d5-e5c3a4a44877\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652/providers/Microsoft.EventGrid/topics/sdk-Topic-5763\",\r\n \"name\": \"sdk-Topic-5763\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8360.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c4b48343-b16c-41e4-83b5-294bf714ea4e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537/providers/Microsoft.EventGrid/topics/sdk-Topic-8360\",\r\n \"name\": \"sdk-Topic-8360\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-6106.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"437820fe-dda5-4a85-ba66-8d0b51cc915b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252/providers/Microsoft.EventGrid/topics/sdk-Topic-6106\",\r\n \"name\": \"sdk-Topic-6106\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8410.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"609d8baa-b1bd-46d3-8d6e-d750a101b057\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131/providers/Microsoft.EventGrid/topics/sdk-Topic-8410\",\r\n \"name\": \"sdk-Topic-8410\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2528.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8c108c12-97f7-4da3-97ed-11ac6d24a00a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017/providers/Microsoft.EventGrid/topics/sdk-Topic-2528\",\r\n \"name\": \"sdk-Topic-2528\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-5500.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d5de5f29-60f5-453d-81a4-9831d2d85159\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903/providers/Microsoft.EventGrid/topics/sdk-Topic-5500\",\r\n \"name\": \"sdk-Topic-5500\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-897.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4e070dea-71c7-450a-bbb5-00b09529a985\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321/providers/Microsoft.EventGrid/topics/sdk-Topic-897\",\r\n \"name\": \"sdk-Topic-897\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-924.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"f894170f-8ab4-4d6d-b437-0e031dd7807a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226/providers/Microsoft.EventGrid/topics/sdk-Topic-924\",\r\n \"name\": \"sdk-Topic-924\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-7352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"5cb2737e-0772-4765-9202-23ab9034a4ef\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624/providers/Microsoft.EventGrid/topics/sdk-Topic-7352\",\r\n \"name\": \"sdk-Topic-7352\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8689.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"49e99522-1ac6-4450-9d52-79dbfd0f7b01\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152/providers/Microsoft.EventGrid/topics/sdk-Topic-8689\",\r\n \"name\": \"sdk-Topic-8689\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4248.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"f4e70de6-3bcc-4fce-97d8-9ecd6f3d5524\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621/providers/Microsoft.EventGrid/topics/sdk-Topic-4248\",\r\n \"name\": \"sdk-Topic-4248\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://trytopicbug1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8ce545c9-6d19-4a75-8e36-4115ddda7207\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/tryTopicBug1\",\r\n \"name\": \"tryTopicBug1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic500delete.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"10bc049a-5303-4dd0-a2c2-6cbe7dcd01e8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic500delete\",\r\n \"name\": \"amdtesttopic500delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic600delete.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"942cd5ae-c76a-4b96-ad54-4cf8c1b113f7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic600delete\",\r\n \"name\": \"amdtesttopic600delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic999delete.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fa541463-b96f-4d50-94eb-e587d8dd07e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic999delete\",\r\n \"name\": \"amdtesttopic999delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://trytopicbug2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"48b18a8e-0970-475c-9cc5-bdca5fe7d431\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/tryTopicBug2\",\r\n \"name\": \"tryTopicBug2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [\r\n {\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.Network/privateEndpoints/pet-a\"\r\n },\r\n \"groupIds\": [\r\n \"topic\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"Auto-approved\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/VKUKKE-PRIVATELINK/providers/Microsoft.EventGrid/topics/TOPICNAME/privateEndpointConnections/PET-A.505CD90E-5F91-483B-972F-D29C642D02C9\",\r\n \"name\": \"pet-a-a\",\r\n \"type\": \"Microsoft.EventGrid/topics/privateEndpointConnections\"\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topicname.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b4511d1a-a811-47e8-93c3-f5f7559d4be7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.EventGrid/topics/topicName\",\r\n \"name\": \"topicName\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4746.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"82f40471-c9fb-4a31-83e1-cdf01dd82d53\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773/providers/Microsoft.EventGrid/topics/sdk-Topic-4746\",\r\n \"name\": \"sdk-Topic-4746\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-3458.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"89ca54c5-a786-4019-a688-56ac25313255\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118/providers/Microsoft.EventGrid/topics/sdk-Topic-3458\",\r\n \"name\": \"sdk-Topic-3458\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://example-ipfirewallrg.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a5c5f2d7-37c3-4c9c-b35c-8a717e3fee3d\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"0.0.0.0/0\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg/providers/Microsoft.EventGrid/topics/example-ipfirewallrg\",\r\n \"name\": \"example-ipfirewallrg\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://ipfirewalltopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"50188545-ae6a-41f2-a6cd-15904dca8290\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"10.0.0.0/8\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"10.1.0.0/16\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg/providers/Microsoft.EventGrid/topics/ipfirewalltopic\",\r\n \"name\": \"ipfirewalltopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopic123.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1c9e75b1-81bb-49d4-887b-50450bda762a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopic123\",\r\n \"name\": \"testTopic123\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopic12341234.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5ebaaa27-a8c9-4e74-a3bf-210e4a778e40\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"172fb612-f176-49df-9df4-59edaeb0fb1d\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"Dept\": \"IT\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopic12341234\",\r\n \"name\": \"testTopic12341234\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopic12341234xxy.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0d3c9169-f6d0-417e-8060-3467386a9da2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"703c0f44-ab0d-4d16-993e-5806b8f353af\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopic12341234xxy\",\r\n \"name\": \"testTopic12341234xxy\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopic12341234xxyzz.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"29b6c894-01a1-4602-8586-d7e14f6c394c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"fae15690-b432-41ad-82f1-6411a60078a1\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"Dept\": \"Finance\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopic12341234xxyzz\",\r\n \"name\": \"testTopic12341234xxyzz\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdisabled.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2ce0d8e9-db8c-41c3-8538-9accdd9ed2f6\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Dept\": \"Finance\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDisabled\",\r\n \"name\": \"testTopicDisabled\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicprivatelink1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d5d8a66b-cc30-4d7e-a016-db20e3b3a0cf\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testtopicprivatelink1\",\r\n \"name\": \"testtopicprivatelink1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli-test-topic1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0507276d-7391-4271-b7f8-b25251e4a96f\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/cli-test-topic1\",\r\n \"name\": \"cli-test-topic1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli-test-topic-2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"05bf9693-48c8-4fab-b56d-bcacc3d9c48f\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/cli-test-topic-2\",\r\n \"name\": \"cli-test-topic-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli2gy57xsc4xushkakn3jx5vw54sj2agzygn3fa.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d8547752-74be-450c-95bd-d066d97ef945\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj/providers/Microsoft.EventGrid/topics/cli2gy57xsc4xushkakn3jx5vw54sj2agzygn3fa\",\r\n \"name\": \"cli2gy57xsc4xushkakn3jx5vw54sj2agzygn3fa\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli2ei2dp7g5zqr4bmlk7c5wprkhcdmxsiqupu6o.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"593fd40d-e1c7-4034-9a03-2024c852e0f0\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib/providers/Microsoft.EventGrid/topics/cli2ei2dp7g5zqr4bmlk7c5wprkhcdmxsiqupu6o\",\r\n \"name\": \"cli2ei2dp7g5zqr4bmlk7c5wprkhcdmxsiqupu6o\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli6agnrxgvh52jnqebtlee4umoe2ayu7prijfzu.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f7e661bd-1928-47bc-af92-6d99d43c7917\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7/providers/Microsoft.EventGrid/topics/cli6agnrxgvh52jnqebtlee4umoe2ayu7prijfzu\",\r\n \"name\": \"cli6agnrxgvh52jnqebtlee4umoe2ayu7prijfzu\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://clive7eq5iqjlk3w5dgnko7ei5ks2kg6xmdpbzmd.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"992514a3-a168-4473-b395-7a86f9e63512\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz/providers/Microsoft.EventGrid/topics/clive7eq5iqjlk3w5dgnko7ei5ks2kg6xmdpbzmd\",\r\n \"name\": \"clive7eq5iqjlk3w5dgnko7ei5ks2kg6xmdpbzmd\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cliylfzhiwr7ul7ue6ihlymzmjjygku7peqws2ue.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"feee207a-7db0-4d7a-8340-a538addd2204\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn/providers/Microsoft.EventGrid/topics/cliylfzhiwr7ul7ue6ihlymzmjjygku7peqws2ue\",\r\n \"name\": \"cliylfzhiwr7ul7ue6ihlymzmjjygku7peqws2ue\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-msi-centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"48d4c61d-e3fe-48f6-8948-98e6bd657975\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"a6fe5e02-c402-4799-b9df-fe8b08a22c76\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-msi-centraluseuap\",\r\n \"name\": \"eg-latency-runner-topic-msi-centraluseuap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-msi-centraluseuap2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d597ccde-e561-4722-8152-62fe6723ef06\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"af17855d-e086-4421-95c1-40880620e926\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-msi-centraluseuap2\",\r\n \"name\": \"eg-latency-runner-topic-msi-centraluseuap2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://mparkmsi.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d39e7c8c-c3a1-462a-a527-547a21f65d3c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/mparkmsi\",\r\n \"name\": \"mparkmsi\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://mparkmsi2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"444ec80e-afb0-4b10-9cc0-d3b81b2f4a84\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"bb6fdc65-956b-4d0d-83f1-b85bdb3c3d34\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/mparkmsi2\",\r\n \"name\": \"mparkmsi2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://noktesttopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4b53558a-16ea-42eb-a4b2-fd9fb9d53238\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"3a06b70e-663f-49ed-8df0-5717c8310d34\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/noktesttopic\",\r\n \"name\": \"noktesttopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topicbugbash1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ec195b05-cf56-41d8-ada5-8943f75d26c4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/topicBugBash1\",\r\n \"name\": \"topicBugBash1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopickishp5.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c3932179-fd1d-46a4-811b-14cbdb4f54cf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"4cfebf7d-fa94-4def-8a98-6342e5d497b2\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopickishp5\",\r\n \"name\": \"msitesttopickishp5\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopickishp6.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"845d7117-2eda-4f83-9528-2b5f517acb98\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"d2777b2c-d49a-431e-989b-05d4150ec605\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopickishp6\",\r\n \"name\": \"msitesttopickishp6\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testidentittytopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"046c0799-6dbf-49da-9201-1736d35d9872\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"a082d640-9073-4486-b042-570ce94f8488\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testIdentittyTopic\",\r\n \"name\": \"testIdentittyTopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://tpoicwithnoidentity.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a796168d-fc36-4463-8923-f75f878b39d3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/tpoicWithNoIdentity\",\r\n \"name\": \"tpoicWithNoIdentity\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://tpoicwithnoidentity2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b5a94eab-3337-44b9-a264-8c1dbb115b13\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"SystemAssigned\",\r\n \"principalId\": \"7942ebae-6086-437d-90ec-da189d50b609\",\r\n \"tenantId\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/tpoicWithNoIdentity2\",\r\n \"name\": \"tpoicWithNoIdentity2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [\r\n {\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1/providers/Microsoft.Network/privateEndpoints/example-PrivateEndpoint\"\r\n },\r\n \"groupIds\": [\r\n \"topic\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"this is desc2\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2/providers/Microsoft.EventGrid/topics/examplePrivatelinktopic/privateEndpointConnections/example-PrivateEndpoint.6d90cf76-a022-452c-9994-6dac62a50c99\",\r\n \"name\": \"example-PrivateEndpoint.6d90cf76-a022-452c-9994-6dac62a50c99\",\r\n \"type\": \"Microsoft.EventGrid/topics/privateEndpointConnections\"\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://exampleprivatelinktopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1281f69e-f20a-489f-a20e-1eac35233da9\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Premium\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2/providers/Microsoft.EventGrid/topics/examplePrivatelinktopic\",\r\n \"name\": \"examplePrivatelinktopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topicidentity1234test.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ecfa0601-2808-45b8-b55c-8371f020cc20\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/topicIdentity1234Test\",\r\n \"name\": \"topicIdentity1234Test\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topicidentity1234test1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c24ebfa3-b6fc-4076-94c2-b7cb93f21452\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/topicIdentity1234Test1\",\r\n \"name\": \"topicIdentity1234Test1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopic1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"af7092f7-04eb-4383-8b2b-bb61a0bea7cb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"identity\": {\r\n \"type\": \"None\",\r\n \"principalId\": null,\r\n \"tenantId\": null,\r\n \"userAssignedIdentities\": null\r\n },\r\n \"location\": \"centralus euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopic1\",\r\n \"name\": \"msitesttopic1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [\r\n {\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.Network/privateEndpoints/mparkpe2\"\r\n },\r\n \"groupIds\": [\r\n \"topic\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"Auto-approved\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/mparklink/privateEndpointConnections/mparkpe2.06ef22c1-ae0b-4ab5-be56-eca4301caf7f\",\r\n \"name\": \"mparkpe2.06ef22c1-ae0b-4ab5-be56-eca4301caf7f\",\r\n \"type\": \"Microsoft.EventGrid/topics/privateEndpointConnections\"\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://mparklink.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5ba0e385-f792-4d01-a850-c42ea13ba383\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": []\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/mparklink\",\r\n \"name\": \"mparklink\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://activitylogstopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"08c51e4b-cfe9-4ebb-acc7-46c41d13d886\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted/providers/Microsoft.EventGrid/topics/activitylogstopic\",\r\n \"name\": \"activitylogstopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicea015039centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4676e11a-deb5-4786-8782-49e0e8fd518f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/egcrudrunnertopicea015039CentralUSEUAP\",\r\n \"name\": \"egcrudrunnertopicea015039CentralUSEUAP\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic49b26e5dcentraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4a67c3ad-90b5-45df-ae2d-7e38bf34cd84\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic49b26e5dCentralUSEUAP\",\r\n \"name\": \"egcrudrunnerqueuetopic49b26e5dCentralUSEUAP\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auc2-01.australiacentral2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d357043c-c9f7-4acc-b250-aa053f9ce604\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auc2-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auc2-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auc2-02.australiacentral2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"7e42a6e4-2f5f-4cbc-a4d0-3efb6c810733\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auc2-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auc2-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-australiacentral2.australiacentral2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9145283e-6a42-4d10-87ad-c5efb1732324\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-australiacentral2\",\r\n \"name\": \"eg-latency-runner-topic-australiacentral2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicaustraliacentral2.australiacentral2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c336042b-4043-4de8-830e-9d0b0304037d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicaustraliacentral2\",\r\n \"name\": \"eglatencyrunnerqueuetopicaustraliacentral2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopiccaab6530australiacentral2.australiacentral2-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b843e3b0-6c76-4024-a6e4-516ffabb74d5\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/egcrudrunnertopiccaab6530AustraliaCentral2\",\r\n \"name\": \"egcrudrunnertopiccaab6530AustraliaCentral2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frso-02.francesouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b37888f8-0471-4b6f-9724-c02717560180\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frso-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frso-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frso-01.francesouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a6119e7a-9f91-4791-922d-027ffa9e6a35\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frso-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frso-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-francesouth.francesouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b0e87ec1-a850-47da-932f-d2655ab0248a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-francesouth\",\r\n \"name\": \"eg-latency-runner-topic-francesouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicfrancesouth.francesouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"bea9c4c0-b275-4d3d-bb21-5fe2d7f5b91d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicfrancesouth\",\r\n \"name\": \"eglatencyrunnerqueuetopicfrancesouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic3cbff372francesouth.francesouth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a393689f-8467-4a0c-8102-1cdd1080d1be\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/egcrudrunnertopic3cbff372FranceSouth\",\r\n \"name\": \"egcrudrunnertopic3cbff372FranceSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicsafwest.southafricawest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"92f40b67-a8c5-42c3-a0bd-97bc85f9126a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicsafwest\",\r\n \"name\": \"eglatencyrunnerqueuetopicsafwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-safw-02.southafricawest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e1f80dd2-7bcf-4b17-8154-32b7d72daaf1\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-safw-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-safw-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-safw-01.southafricawest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"65f3f304-c5f3-4d1c-a3c7-b51b0224b9cc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-safw-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-safw-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-safwest.southafricawest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6f68f034-a968-43b8-b940-5670a5b4e12c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-safwest\",\r\n \"name\": \"eg-latency-runner-topic-safwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicb2381e33southafricawest.southafricawest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"526aa939-e1e2-440e-9002-245f55bb439d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/egcrudrunnertopicb2381e33SouthAfricaWest\",\r\n \"name\": \"egcrudrunnertopicb2381e33SouthAfricaWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uaec-01.uaecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"40e73149-744d-477d-ac3e-bd70b2eccfb4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uaec-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uaec-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uaec-02.uaecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"499596a8-fa41-43e6-bf3b-1bae51a6bd96\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uaec-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uaec-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-uaecentral.uaecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"51ee66d7-aa0a-48d0-83f5-55d06f283287\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-uaecentral\",\r\n \"name\": \"eg-latency-runner-topic-uaecentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicf0e96a56uaecentral.uaecentral-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"aaa2f8a1-7e6c-4375-b510-f6e731c555c9\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopicf0e96a56UAECentral\",\r\n \"name\": \"egcrudrunnertopicf0e96a56UAECentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeleteswwe.switzerlandwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4d4deeb7-cb40-4265-8df0-032a7e4c20f6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete/providers/Microsoft.EventGrid/topics/testdeleteswwe\",\r\n \"name\": \"testdeleteswwe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicf3a88e02switzerlandwest.switzerlandwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2b9a42ee-e147-4530-8104-b06cc08c755e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/topics/egcrudrunnertopicf3a88e02SwitzerlandWest\",\r\n \"name\": \"egcrudrunnertopicf3a88e02SwitzerlandWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicce0d7f23switzerlandwest.switzerlandwest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"022e242b-0719-49a5-967d-fc9520c61b0a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicce0d7f23SwitzerlandWest\",\r\n \"name\": \"egcrudrunnerqueuetopicce0d7f23SwitzerlandWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeletegeno.germanynorth-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6a572564-4225-4f07-b06e-6da0c08d67fc\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"germanynorth\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete/providers/Microsoft.EventGrid/topics/testdeletegeno\",\r\n \"name\": \"testdeletegeno\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null,\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"389cd33b-e953-40ed-b7f7-cae85d23c3f6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/topics/egcrudrunnertopiceca5b3eaGermanyNorth\",\r\n \"name\": \"egcrudrunnertopiceca5b3eaGermanyNorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdocdbnowe.norwaywest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2b3ec4d7-5d7b-4177-a373-a285e9fca148\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"norwaywest\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/topics/testDocDbnowe\",\r\n \"name\": \"testDocDbnowe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic5db75a9bnorwaywest.norwaywest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"e1d87ace-285c-439c-b9c0-2715e192d1dd\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/topics/egcrudrunnertopic5db75a9bNorwayWest\",\r\n \"name\": \"egcrudrunnertopic5db75a9bNorwayWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-norwaywest.norwaywest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2a69f8f1-f28f-4766-b5d1-53073a594459\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-norwaywest\",\r\n \"name\": \"eg-latency-runner-topic-norwaywest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicnorwaywest.norwaywest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2a36d1d9-1e96-4f33-b2b3-a306c33152f2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicnorwaywest\",\r\n \"name\": \"eglatencyrunnerqueuetopicnorwaywest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-nowe-02.norwaywest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"9ba97a0a-757e-4b0a-b593-b3e036908cf4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-nowe-02\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-nowe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-nowe-01.norwaywest-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0b9ad402-f571-48c9-a4a7-a613692c0c50\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-nowe-01\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-nowe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egrunnercustomtopicwestus2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/egrunnercustomtopicwestus2\",\r\n \"name\": \"egrunnercustomtopicwestus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopicwestus2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopicwestus2\",\r\n \"name\": \"eglatencyrunnercustomtopicwestus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-west-us-2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-west-us-2\",\r\n \"name\": \"eg-latency-runner-custom-topic-west-us-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-custom-topic-ce59084b-west-us-2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-crud-runner-custom-topic-ce59084b-West-US-2\",\r\n \"name\": \"eg-crud-runner-custom-topic-ce59084b-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-west-us-2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-west-us-2\",\r\n \"name\": \"eg-latency-runner-topic-west-us-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-001.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-001\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-002.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-002\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-local-test-west-us-2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-local-test-west-us-2\",\r\n \"name\": \"eg-latency-runner-topic-name-local-test-west-us-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-003.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-003\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-03.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-03\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-04.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-04\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-04\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-49e1e4f7-west-us-2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-49e1e4f7-West-US-2\",\r\n \"name\": \"eg-crud-runner-topic-49e1e4f7-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-7aa1fcc4-west-us-2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-7aa1fcc4-West-US-2\",\r\n \"name\": \"eg-crud-runner-queue-topic-7aa1fcc4-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-1e33851d-west-us-2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-1e33851d-West-US-2\",\r\n \"name\": \"eg-crud-runner-topic-1e33851d-West-US-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicwestus2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicwestus2\",\r\n \"name\": \"eglatencyrunnerqueuetopicwestus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-lcl-egprodusw2001test.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-lcl-egprodusw2001test\",\r\n \"name\": \"eg-latency-runner-topic-name-lcl-egprodusw2001test\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-lcl-eg-prod-usw2-001.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/EventGridRunnerTestResourceGroup/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-lcl-eg-prod-usw2-001\",\r\n \"name\": \"eg-latency-runner-topic-name-lcl-eg-prod-usw2-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-01.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-01\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-02.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-02\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-1b.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-1b\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-1c.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-1c\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-usw2-1a.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-usw2-1a\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-usw2-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://iotodedgebugbash2delete.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete/providers/Microsoft.EventGrid/topics/IoTodEdgeBugBash2Delete\",\r\n \"name\": \"IoTodEdgeBugBash2Delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeletedtopic2delete.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete/providers/Microsoft.EventGrid/topics/testDeletedTopic2Delete\",\r\n \"name\": \"testDeletedTopic2Delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topic2delete.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/IoTonEdgeRG2Delete/providers/Microsoft.EventGrid/topics/Topic2Delete\",\r\n \"name\": \"Topic2Delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic2delete.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic2delete\",\r\n \"name\": \"amdtesttopic2delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic200delete.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic200delete\",\r\n \"name\": \"amdtesttopic200delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic13b3ea07westus2.westus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestUS2/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic13b3ea07WestUS2\",\r\n \"name\": \"egcrudrunnerqueuetopic13b3ea07WestUS2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopiceastus.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopiceastus\",\r\n \"name\": \"eglatencyrunnercustomtopiceastus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-east-us.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-east-us\",\r\n \"name\": \"eg-latency-runner-custom-topic-east-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-east-us.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-east-us\",\r\n \"name\": \"eg-latency-runner-topic-east-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-001.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-002.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-003.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-003\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-004.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-004\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-004\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiceastus.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiceastus\",\r\n \"name\": \"eglatencyrunnerqueuetopiceastus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-1b.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-1a.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usea-1c.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usea-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usea-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://diagnosticlogstesting.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted/providers/Microsoft.EventGrid/topics/diagnosticlogstesting\",\r\n \"name\": \"diagnosticlogstesting\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eventhubbigeventlatency1partition.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency/providers/Microsoft.EventGrid/topics/eventhubbigeventlatency1partition\",\r\n \"name\": \"eventhubbigeventlatency1partition\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://bmteustopic1.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.EventGrid/topics/bmteustopic1\",\r\n \"name\": \"bmteustopic1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://raja-test45678.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.EventGrid/topics/raja-test45678\",\r\n \"name\": \"raja-test45678\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egarmrunnertopic4cf37fffeastus.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS/providers/Microsoft.EventGrid/topics/egarmrunnertopic4cf37fffEastUS\",\r\n \"name\": \"egarmrunnertopic4cf37fffEastUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicc70291eceastus.eastus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS/providers/Microsoft.EventGrid/topics/egcrudrunnertopicc70291ecEastUS\",\r\n \"name\": \"egcrudrunnertopicc70291ecEastUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopicwestus.westus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopicwestus\",\r\n \"name\": \"eglatencyrunnercustomtopicwestus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-west-us.westus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-west-us\",\r\n \"name\": \"eg-latency-runner-custom-topic-west-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-west-us.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-west-us\",\r\n \"name\": \"eg-latency-runner-topic-west-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-001.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-002.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-03.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-03\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicwestus.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicwestus\",\r\n \"name\": \"eglatencyrunnerqueuetopicwestus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-02.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswe-01.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUSWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswe-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eventhubbigeventlatency1partition-westus.westus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eventhubbigeventlatency/providers/Microsoft.EventGrid/topics/eventhubbigeventlatency1partition-westus\",\r\n \"name\": \"eventhubbigeventlatency1partition-westus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egarmrunnertopic421055d8westus.westus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGWestUS/providers/Microsoft.EventGrid/topics/egarmrunnertopic421055d8WestUS\",\r\n \"name\": \"egarmrunnertopic421055d8WestUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopiccentralus.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopiccentralus\",\r\n \"name\": \"eglatencyrunnercustomtopiccentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-central-us.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-central-us\",\r\n \"name\": \"eg-latency-runner-custom-topic-central-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-central-us.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-central-us\",\r\n \"name\": \"eg-latency-runner-topic-central-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-001.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-002.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-002-1.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-002-1\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-002-1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-002-2.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-002-2\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-002-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-003.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-003\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-004.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-004\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-004\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccentralus.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccentralus\",\r\n \"name\": \"eglatencyrunnerqueuetopiccentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-02.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-1b.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-1a.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usce-1c.centralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usce-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usce-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-prod-usce-blockstorage-perf-topic.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"centralus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-prod-usce-blockstorage/providers/Microsoft.EventGrid/topics/eg-prod-usce-blockstorage-perf-topic\",\r\n \"name\": \"eg-prod-usce-blockstorage-perf-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://mparkpetest.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"test\": \"test\",\r\n \"test2\": \"test2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/mparkpetest\",\r\n \"name\": \"mparkpetest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicb6e930c6centralus.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnertopicb6e930c6CentralUS\",\r\n \"name\": \"egcrudrunnertopicb6e930c6CentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicac55aa5dcentralus.centralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicac55aa5dCentralUS\",\r\n \"name\": \"egcrudrunnerqueuetopicac55aa5dCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopiceastus2.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopiceastus2\",\r\n \"name\": \"eglatencyrunnercustomtopiceastus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-east-us-2.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-east-us-2\",\r\n \"name\": \"eg-latency-runner-topic-east-us-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-001.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-002.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiceastus2.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiceastus2\",\r\n \"name\": \"eglatencyrunnerqueuetopiceastus2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-01.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-04.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-04\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-04\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-03.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-03\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-1c.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-1b.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-use2-1a.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-use2-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-use2-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup20.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup20\",\r\n \"name\": \"testTopicDup20\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup21.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup21\",\r\n \"name\": \"testTopicDup21\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup30.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup30\",\r\n \"name\": \"testTopicDup30\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup33.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"eastus2\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup33\",\r\n \"name\": \"testTopicDup33\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic01fd9bb0eastus2.eastus2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East US 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2/providers/Microsoft.EventGrid/topics/egcrudrunnertopic01fd9bb0EastUS2\",\r\n \"name\": \"egcrudrunnertopic01fd9bb0EastUS2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egrunnercustomtopicwestcentralus.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/egrunnercustomtopicwestcentralus\",\r\n \"name\": \"egrunnercustomtopicwestcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnercustomtopicwestcentralus.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnercustomtopicwestcentralus\",\r\n \"name\": \"eglatencyrunnercustomtopicwestcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-custom-topic-west-central-us.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-custom-topic-west-central-us\",\r\n \"name\": \"eg-latency-runner-custom-topic-west-central-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-west-central-us.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-west-central-us\",\r\n \"name\": \"eg-latency-runner-topic-west-central-us\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-002.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-003.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-003\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-01.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-9e81fd7b-west-central-us.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-9e81fd7b-West-Central-US\",\r\n \"name\": \"eg-crud-runner-topic-9e81fd7b-West-Central-US\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicwestcentralus.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicwestcentralus\",\r\n \"name\": \"eglatencyrunnerqueuetopicwestcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-02.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uswc-03.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uswc-03\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uswc-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://pstesttopic-ps4285.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westcentralus\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/RGName-ps1242/providers/Microsoft.EventGrid/topics/PSTestTopic-ps4285\",\r\n \"name\": \"PSTestTopic-ps4285\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-dq-runner-topic-eg-prod-uswc-02.westcentralus-1.eventgrid.azure.net/api/events\"\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 \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-dq-runner-topic-eg-prod-uswc-02\",\r\n \"name\": \"eg-latency-dq-runner-topic-eg-prod-uswc-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic41c3b66awestcentralus.westcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnertopic41c3b66aWestCentralUS\",\r\n \"name\": \"egcrudrunnertopic41c3b66aWestCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auea-02.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auea-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auea-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-australiaeast.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-australiaeast\",\r\n \"name\": \"eg-latency-runner-topic-australiaeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auea-01.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auea-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auea-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-3d6fcc2c-australia-east.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-3d6fcc2c-Australia-East\",\r\n \"name\": \"eg-crud-runner-queue-topic-3d6fcc2c-Australia-East\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-16d21dfe-australia-east.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-16d21dfe-Australia-East\",\r\n \"name\": \"eg-crud-runner-topic-16d21dfe-Australia-East\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicaustraliaeast.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicaustraliaeast\",\r\n \"name\": \"eglatencyrunnerqueuetopicaustraliaeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopice4208aafaustraliaeast.australiaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaEast/providers/Microsoft.EventGrid/topics/egcrudrunnertopice4208aafAustraliaEast\",\r\n \"name\": \"egcrudrunnertopice4208aafAustraliaEast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-australiasoutheast.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-australiasoutheast\",\r\n \"name\": \"eg-latency-runner-topic-australiasoutheast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ause-01.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ause-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ause-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ause-02.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ause-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ause-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicaustraliasoutheast.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicaustraliasoutheast\",\r\n \"name\": \"eglatencyrunnerqueuetopicaustraliasoutheast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic5b6c595daustraliasoutheast.australiasoutheast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Southeast\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaSoutheast/providers/Microsoft.EventGrid/topics/egcrudrunnertopic5b6c595dAustraliaSoutheast\",\r\n \"name\": \"egcrudrunnertopic5b6c595dAustraliaSoutheast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-australiacentral.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-australiacentral\",\r\n \"name\": \"eg-latency-runner-topic-australiacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auce-02.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auce-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auce-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auce-01.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auce-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auce-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-fdc3476b-australia-central.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-fdc3476b-Australia-Central\",\r\n \"name\": \"eg-crud-runner-topic-fdc3476b-Australia-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicaustraliacentral.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicaustraliacentral\",\r\n \"name\": \"eglatencyrunnerqueuetopicaustraliacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic416e8703australiacentral.australiacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopic416e8703AustraliaCentral\",\r\n \"name\": \"egcrudrunnertopic416e8703AustraliaCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-japaneast.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-japaneast\",\r\n \"name\": \"eg-latency-runner-topic-japaneast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-1e6b2191-japan-east.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-1e6b2191-Japan-East\",\r\n \"name\": \"eg-crud-runner-queue-topic-1e6b2191-Japan-East\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicjapaneast.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicjapaneast\",\r\n \"name\": \"eglatencyrunnerqueuetopicjapaneast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpea-1b.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpea-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpea-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpea-1c.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpea-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpea-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpea-1a.japaneast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpea-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpea-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpwe-01.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpwe-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpwe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-jpwe-02.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-jpwe-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-jpwe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-japanwest.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-japanwest\",\r\n \"name\": \"eg-latency-runner-topic-japanwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-dd57ef29-japan-west.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-dd57ef29-Japan-West\",\r\n \"name\": \"eg-crud-runner-queue-topic-dd57ef29-Japan-West\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicjapanwest.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicjapanwest\",\r\n \"name\": \"eglatencyrunnerqueuetopicjapanwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic9b41203fjapanwest.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/egcrudrunnertopic9b41203fJapanWest\",\r\n \"name\": \"egcrudrunnertopic9b41203fJapanWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic47e6baddjapanwest.japanwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Japan West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGJapanWest/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic47e6baddJapanWest\",\r\n \"name\": \"egcrudrunnerqueuetopic47e6baddJapanWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-west-europe.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-west-europe\",\r\n \"name\": \"eg-latency-runner-topic-west-europe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-001.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-002.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-f438994f-west-europe.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-f438994f-West-Europe\",\r\n \"name\": \"eg-crud-runner-queue-topic-f438994f-West-Europe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyqueuerunnertopicwesteurope.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eglatencyqueuerunnertopicwesteurope\",\r\n \"name\": \"eglatencyqueuerunnertopicwesteurope\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-1a.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-1c.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euwe-1b.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euwe-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euwe-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testeuwetopic.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"westeurope\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/topics/testeuwetopic\",\r\n \"name\": \"testeuwetopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic98d07eb7westeurope.westeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West Europe\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestEurope/providers/Microsoft.EventGrid/topics/egcrudrunnertopic98d07eb7WestEurope\",\r\n \"name\": \"egcrudrunnertopic98d07eb7WestEurope\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-north-europe.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-north-europe\",\r\n \"name\": \"eg-latency-runner-topic-north-europe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-001.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-002.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicnortheurope.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicnortheurope\",\r\n \"name\": \"eglatencyrunnerqueuetopicnortheurope\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-1a.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-1c.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-euno-1b.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-euno-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-euno-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic8df250cbnortheurope.northeurope-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Europe\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthEurope/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic8df250cbNorthEurope\",\r\n \"name\": \"egcrudrunnerqueuetopic8df250cbNorthEurope\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-southeast-asia.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-southeast-asia\",\r\n \"name\": \"eg-latency-runner-topic-southeast-asia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-001.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-002.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-70775835-southeast-asia.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-70775835-Southeast-Asia\",\r\n \"name\": \"eg-crud-runner-queue-topic-70775835-Southeast-Asia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyqueuerunnertopicsoutheastasia.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthEastAsia/providers/Microsoft.EventGrid/topics/eglatencyqueuerunnertopicsoutheastasia\",\r\n \"name\": \"eglatencyqueuerunnertopicsoutheastasia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-1c.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-1a.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-apac-1b.southeastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Southeast Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSoutheastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-apac-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-apac-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-east-asia.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-east-asia\",\r\n \"name\": \"eg-latency-runner-topic-east-asia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-asea-001.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-asea-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-asea-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-asea-002.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-asea-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-asea-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-5b42adc2-east-asia.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-5b42adc2-East-Asia\",\r\n \"name\": \"eg-crud-runner-queue-topic-5b42adc2-East-Asia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiceastasia.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiceastasia\",\r\n \"name\": \"eglatencyrunnerqueuetopiceastasia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-asea-02.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-asea-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-asea-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-asea-01.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-asea-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-asea-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic126a80b2eastasia.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/egcrudrunnertopic126a80b2EastAsia\",\r\n \"name\": \"egcrudrunnertopic126a80b2EastAsia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic23e9089ceastasia.eastasia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"East Asia\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastAsia/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic23e9089cEastAsia\",\r\n \"name\": \"egcrudrunnerqueuetopic23e9089cEastAsia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-northcentralus.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-northcentralus\",\r\n \"name\": \"eg-latency-runner-topic-northcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usnc-02.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usnc-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usnc-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-usnc-01.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-usnc-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-usnc-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-b373f9ee-north-central-us.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-b373f9ee-North-Central-US\",\r\n \"name\": \"eg-crud-runner-topic-b373f9ee-North-Central-US\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicnorthcentralus.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicnorthcentralus\",\r\n \"name\": \"eglatencyrunnerqueuetopicnorthcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicfda2a2b8northcentralus.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicfda2a2b8NorthCentralUS\",\r\n \"name\": \"egcrudrunnerqueuetopicfda2a2b8NorthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic5b9e8a7fnorthcentralus.northcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"North Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGNorthCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnertopic5b9e8a7fNorthCentralUS\",\r\n \"name\": \"egcrudrunnertopic5b9e8a7fNorthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-southcentralus.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-southcentralus\",\r\n \"name\": \"eg-latency-runner-topic-southcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ussc-01.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ussc-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ussc-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ussc-02.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ussc-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ussc-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicsouthcentralus.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicsouthcentralus\",\r\n \"name\": \"eglatencyrunnerqueuetopicsouthcentralus\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicc596d18esouthcentralus.southcentralus-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Central US\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthCentralUS/providers/Microsoft.EventGrid/topics/egcrudrunnertopicc596d18eSouthCentralUS\",\r\n \"name\": \"egcrudrunnertopicc596d18eSouthCentralUS\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-brso-02.brazilsouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-brso-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-brso-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-brazilsouth.brazilsouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-brazilsouth\",\r\n \"name\": \"eg-latency-runner-topic-brazilsouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-brso-01.brazilsouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-brso-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-brso-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicbrazilsouth.brazilsouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Brazil South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGBrazilSouth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicbrazilsouth\",\r\n \"name\": \"eglatencyrunnerqueuetopicbrazilsouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-cace-01.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-cace-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-cace-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-canadacentral.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-canadacentral\",\r\n \"name\": \"eg-latency-runner-topic-canadacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-cace-02.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-cace-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-cace-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-56b2c786-canada-central.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-56b2c786-Canada-Central\",\r\n \"name\": \"eg-crud-runner-queue-topic-56b2c786-Canada-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccanadacentral.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccanadacentral\",\r\n \"name\": \"eglatencyrunnerqueuetopiccanadacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicda84f286canadacentral.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopicda84f286CanadaCentral\",\r\n \"name\": \"egcrudrunnertopicda84f286CanadaCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic8f6c614dcanadacentral.canadacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaCentral/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic8f6c614dCanadaCentral\",\r\n \"name\": \"egcrudrunnerqueuetopic8f6c614dCanadaCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-canadaeast.canadaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-canadaeast\",\r\n \"name\": \"eg-latency-runner-topic-canadaeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-caea-02.canadaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-caea-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-caea-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-caea-01.canadaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-caea-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-caea-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccanadaeast.canadaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccanadaeast\",\r\n \"name\": \"eglatencyrunnerqueuetopiccanadaeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic01c5c8eecanadaeast.canadaeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Canada East\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCanadaEast/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic01c5c8eeCanadaEast\",\r\n \"name\": \"egcrudrunnerqueuetopic01c5c8eeCanadaEast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ince-02.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ince-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ince-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ince-01.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ince-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ince-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-centralindia.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-centralindia\",\r\n \"name\": \"eg-latency-runner-topic-centralindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccentralindia.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccentralindia\",\r\n \"name\": \"eglatencyrunnerqueuetopiccentralindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtodelete.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"centralindia\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/testtodelete\",\r\n \"name\": \"testtodelete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopiccentralindia.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"centralindia\",\r\n \"tags\": {\r\n \"test1\": \"test1 \"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/topics/testtopiccentralindia\",\r\n \"name\": \"testtopiccentralindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicdcffb568centralindia.centralindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Central India\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralIndia/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicdcffb568CentralIndia\",\r\n \"name\": \"egcrudrunnerqueuetopicdcffb568CentralIndia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-inso-01.southindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-inso-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-inso-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-inso-02.southindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-inso-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-inso-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-southindia.southindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-southindia\",\r\n \"name\": \"eg-latency-runner-topic-southindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-afb91465-south-india.southindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-afb91465-South-India\",\r\n \"name\": \"eg-crud-runner-queue-topic-afb91465-South-India\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicsouthindia.southindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicsouthindia\",\r\n \"name\": \"eglatencyrunnerqueuetopicsouthindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicfefc7529southindia.southindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South India\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthIndia/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicfefc7529SouthIndia\",\r\n \"name\": \"egcrudrunnerqueuetopicfefc7529SouthIndia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-inwe-01.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-inwe-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-inwe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-westindia.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-westindia\",\r\n \"name\": \"eg-latency-runner-topic-westindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-inwe-02.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-inwe-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-inwe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-e8cd72b4-west-india.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-e8cd72b4-West-India\",\r\n \"name\": \"eg-crud-runner-queue-topic-e8cd72b4-West-India\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicwestindia.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicwestindia\",\r\n \"name\": \"eglatencyrunnerqueuetopicwestindia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicc9215558westindia.westindia-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"West India\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGWestIndia/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicc9215558WestIndia\",\r\n \"name\": \"egcrudrunnerqueuetopicc9215558WestIndia\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-francecentral.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-francecentral\",\r\n \"name\": \"eg-latency-runner-topic-francecentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-b08055b1-france-central.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-b08055b1-France-Central\",\r\n \"name\": \"eg-crud-runner-queue-topic-b08055b1-France-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-d1259a6c-france-central.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-d1259a6c-France-Central\",\r\n \"name\": \"eg-crud-runner-topic-d1259a6c-France-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicfrancecentral.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicfrancecentral\",\r\n \"name\": \"eglatencyrunnerqueuetopicfrancecentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frce-1b.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frce-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frce-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frce-1c.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frce-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frce-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frce-1a.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frce-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frce-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic6cc75d96francecentral.francecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceCentral/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic6cc75d96FranceCentral\",\r\n \"name\": \"egcrudrunnerqueuetopic6cc75d96FranceCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukwe-02.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukwe-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukwe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukwe-01.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukwe-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukwe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-ukwest.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-ukwest\",\r\n \"name\": \"eg-latency-runner-topic-ukwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-d916a6b6-uk-west.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-d916a6b6-UK-West\",\r\n \"name\": \"eg-crud-runner-queue-topic-d916a6b6-UK-West\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-topic-eccaa2c2-uk-west.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eg-crud-runner-topic-eccaa2c2-UK-West\",\r\n \"name\": \"eg-crud-runner-topic-eccaa2c2-UK-West\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicukwest.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicukwest\",\r\n \"name\": \"eglatencyrunnerqueuetopicukwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic7641d945ukwest.ukwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKWest/providers/Microsoft.EventGrid/topics/egcrudrunnertopic7641d945UKWest\",\r\n \"name\": \"egcrudrunnertopic7641d945UKWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-uksouth.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-uksouth\",\r\n \"name\": \"eg-latency-runner-topic-uksouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukso-04.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukso-04\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukso-04\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicuksouth.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicuksouth\",\r\n \"name\": \"eglatencyrunnerqueuetopicuksouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukso-1b.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukso-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukso-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukso-1c.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukso-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukso-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-ukso-1a.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-ukso-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-ukso-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicb302e540uksouth.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/egcrudrunnertopicb302e540UKSouth\",\r\n \"name\": \"egcrudrunnertopicb302e540UKSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic85b17b92uksouth.uksouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UK South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGUKSouth/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic85b17b92UKSouth\",\r\n \"name\": \"egcrudrunnerqueuetopic85b17b92UKSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-krce-01.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-krce-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-krce-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-krce-02.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-krce-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-krce-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-koreacentral.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-koreacentral\",\r\n \"name\": \"eg-latency-runner-topic-koreacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-crud-runner-queue-topic-a7e75127-korea-central.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eg-crud-runner-queue-topic-a7e75127-Korea-Central\",\r\n \"name\": \"eg-crud-runner-queue-topic-a7e75127-Korea-Central\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopickoreacentral.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopickoreacentral\",\r\n \"name\": \"eglatencyrunnerqueuetopickoreacentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic9a9c8d1ekoreacentral.koreacentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaCentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopic9a9c8d1eKoreaCentral\",\r\n \"name\": \"egcrudrunnertopic9a9c8d1eKoreaCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-krso-02.koreasouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-krso-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-krso-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-koreasouth.koreasouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-koreasouth\",\r\n \"name\": \"eg-latency-runner-topic-koreasouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-krso-01.koreasouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-krso-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-krso-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopickoreasouth.koreasouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopickoreasouth\",\r\n \"name\": \"eglatencyrunnerqueuetopickoreasouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopica83d64b4koreasouth.koreasouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopica83d64b4KoreaSouth\",\r\n \"name\": \"egcrudrunnerqueuetopica83d64b4KoreaSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"endpoint\": null\r\n },\r\n \"location\": \"Korea South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGKoreaSouth/providers/Microsoft.EventGrid/topics/egcrudrunnertopic81baeae0KoreaSouth\",\r\n \"name\": \"egcrudrunnertopic81baeae0KoreaSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-safn-02.southafricanorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-safn-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-safn-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicsafnorth.southafricanorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicsafnorth\",\r\n \"name\": \"eglatencyrunnerqueuetopicsafnorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-safn-01.southafricanorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-safn-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-safn-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-safnorth.southafricanorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaNorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-safnorth\",\r\n \"name\": \"eg-latency-runner-topic-safnorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-uaenorth.uaenorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-uaenorth\",\r\n \"name\": \"eg-latency-runner-topic-uaenorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uaen-01.uaenorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uaen-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uaen-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uaen-02.uaenorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uaen-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uaen-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic2b5a573euaenorth.uaenorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEnorth/providers/Microsoft.EventGrid/topics/egcrudrunnertopic2b5a573eUAENorth\",\r\n \"name\": \"egcrudrunnertopic2b5a573eUAENorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeleteswno.switzerlandnorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"switzerlandnorth\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete/providers/Microsoft.EventGrid/topics/testdeleteswno\",\r\n \"name\": \"testdeleteswno\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopiccf1dd5afswitzerlandnorth.switzerlandnorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandNorth/providers/Microsoft.EventGrid/topics/egcrudrunnertopiccf1dd5afSwitzerlandNorth\",\r\n \"name\": \"egcrudrunnertopiccf1dd5afSwitzerlandNorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeletegewc.germanywestcentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"germanywestcentral\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete/providers/Microsoft.EventGrid/topics/testdeletegewc\",\r\n \"name\": \"testdeletegewc\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicb622b62bgermanywestcentral.germanywestcentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany West Central\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyWestCentral/providers/Microsoft.EventGrid/topics/egcrudrunnertopicb622b62bGermanyWestCentral\",\r\n \"name\": \"egcrudrunnertopicb622b62bGermanyWestCentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdelete.norwayeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"norwayeast\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/topics/testdelete\",\r\n \"name\": \"testdelete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdocdbnoea.norwayeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"norwayeast\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/topics/testDocDbnoea\",\r\n \"name\": \"testDocDbnoea\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-norwayeast.norwayeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-norwayeast\",\r\n \"name\": \"eg-latency-runner-topic-norwayeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicnorwayeast.norwayeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicnorwayeast\",\r\n \"name\": \"eglatencyrunnerqueuetopicnorwayeast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-noea-02.norwayeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-noea-02\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-noea-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-noea-01.norwayeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-noea-01\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-noea-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicd4fd5aednorwayeast.norwayeast-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway East\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayEast/providers/Microsoft.EventGrid/topics/egcrudrunnertopicd4fd5aedNorwayEast\",\r\n \"name\": \"egcrudrunnertopicd4fd5aedNorwayEast\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sampletopic34.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"55c51161-fe8c-4c42-bf9b-8097198d6802\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/SampleRg/providers/Microsoft.EventGrid/topics/SampleTopic34\",\r\n \"name\": \"SampleTopic34\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egrunnercustomtopiceastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"bf5513b5-abc6-4ac5-9d09-455c19c628c6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/egrunnercustomtopiceastus2euap\",\r\n \"name\": \"egrunnercustomtopiceastus2euap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-east-us-2-euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f274589b-bbe5-4eb6-88c7-ad4edd625021\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-east-us-2-euap\",\r\n \"name\": \"eg-latency-runner-topic-east-us-2-euap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-002.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8e52e750-9e1f-41f1-ba50-4076841668d2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-002\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-002\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-003.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1f7db8d0-bcd0-41e6-828e-19cf1da44cef\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-003\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-003\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-001.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1833fa20-0031-4acf-a347-bd68ba191022\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-001\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-001\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiceastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"55ac8913-6e0c-4fd5-830b-9b748fc9833a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiceastus2euap\",\r\n \"name\": \"eglatencyrunnerqueuetopiceastus2euap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-sla-control-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"736b24e4-e936-41a2-b3f2-a88ee48ae47a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-sla-control-topic\",\r\n \"name\": \"eg-euap-use2-sla-control-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-delay-queues-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"30d2e26b-b11c-46bf-ace9-a8f51c7e262d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-delay-queues-topic\",\r\n \"name\": \"eg-euap-use2-delay-queues-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-02.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"bf044bf1-176e-4335-bdec-9a5cba7198da\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-03.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"39fc42dc-033d-459d-99e8-da3b27b0d710\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-03\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-03\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-eventsizes-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"3f97e836-9d95-45af-8192-1065ead47c1b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-eventsizes-topic\",\r\n \"name\": \"eg-euap-use2-eventsizes-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-batching-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"88fd4aff-d632-4439-830f-b340682d4f0d\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": []\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-batching-topic\",\r\n \"name\": \"eg-euap-use2-batching-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-dq-runner-topic-eg-euap-use2-1c.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fc1753f4-f3cb-4298-b769-878b60001508\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-dq-runner-topic-eg-euap-use2-1c\",\r\n \"name\": \"eg-latency-dq-runner-topic-eg-euap-use2-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-1c.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"32f825ab-52b9-4870-b59f-309746335dd8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-1c\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-1c\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-1b.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5fd7e0cd-4435-4122-801c-01cb9589375d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-1b\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-1b\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-1a.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"65160ea5-d21c-4c41-8790-b708c504c58d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-1a\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-1a\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-201.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8a551c79-e72c-4061-aab3-825b3f5461bb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-201\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-201\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-dedicated-queues-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a7bda825-ab3f-4190-b687-3321d4cfca09\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-dedicated-queues-topic\",\r\n \"name\": \"eg-euap-use2-dedicated-queues-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-euap-use2-move-extents-topic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f9fdecc7-afd3-4723-b985-5fb5075230fa\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"newtag\": \"valuetag\",\r\n \"tag2\": \"tag2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/eg-euap-use2/providers/Microsoft.EventGrid/topics/eg-euap-use2-move-extents-topic\",\r\n \"name\": \"eg-euap-use2-move-extents-topic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-202.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c693d65a-ec9e-499f-9fbf-86821979387c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-202\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-202\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egarmrunnertopiccaed5e59eastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0cda1506-0f51-4f12-b764-682f12a06ed6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"EAST US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/egarmrunnertopiccaed5e59EASTUS2EUAP\",\r\n \"name\": \"egarmrunnertopiccaed5e59EASTUS2EUAP\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egarmrunnertopic320919a5eastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"628a2d56-cf3e-413d-b2bb-901587c63df6\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"EAST US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridArmRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/egarmrunnertopic320919a5EASTUS2EUAP\",\r\n \"name\": \"egarmrunnertopic320919a5EASTUS2EUAP\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-use2-301.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"14b30439-b7fe-4384-bab3-fc07592ac4ce\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"East US 2 EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-use2-301\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-use2-301\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://ipfirewalltopic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"85c4fa06-4632-4dec-8e5d-87b8931c94f8\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"0.0.0.0/0\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg1/providers/Microsoft.EventGrid/topics/ipfirewalltopic\",\r\n \"name\": \"ipfirewalltopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopic.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"40fa4459-8fcc-43f1-ad5c-b756f2a2f145\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopic\",\r\n \"name\": \"msitesttopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a78c2c2e-6cf6-4c3c-8631-1f2dd38bbc27\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup\",\r\n \"name\": \"testTopicDup\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup1.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d579a0c3-7446-47a9-9d87-31b568fe676b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup1\",\r\n \"name\": \"testTopicDup1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdup5.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"feedb3fe-efab-487f-8bdc-e497857cd4b0\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDup5\",\r\n \"name\": \"testTopicDup5\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopicwithout.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"97faae8c-a8ab-4a5e-b36d-c4f46e1c76e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopicwithout\",\r\n \"name\": \"msitesttopicwithout\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopicwithout1.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d2566353-7cc3-4bc7-a5a7-d66995b7358c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"eastus2euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopicwithout1\",\r\n \"name\": \"msitesttopicwithout1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic6cae8b47eastus2euap.eastus2euap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b44d1509-59a9-46cb-a534-56a4d6233b4a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"EAST US 2 EUAP\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGEastUS2EUAP/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic6cae8b47EASTUS2EUAP\",\r\n \"name\": \"egcrudrunnerqueuetopic6cae8b47EASTUS2EUAP\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"417e0452-37c5-48e2-b877-7fff5809d400\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-centraluseuap\",\r\n \"name\": \"eg-latency-runner-topic-centraluseuap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-usce-01.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"664d0716-acde-4c13-b008-b2e9c7031343\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-usce-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-usce-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-euap-usce-02.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d2f05cb8-c078-4f38-a22d-d01ae874e65a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-euap-usce-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-euap-usce-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopiccentraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"6a1aac77-493c-4062-af7f-5c15b2c0350d\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopiccentraluseuap\",\r\n \"name\": \"eglatencyrunnerqueuetopiccentraluseuap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-localtest-centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d0d5e8cb-cf40-4558-8415-0f5f6a0229f8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-localtest-centraluseuap\",\r\n \"name\": \"eg-latency-runner-topic-localtest-centraluseuap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-5425.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"44e4d2e9-8c05-4538-825e-668abd212739\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7662/providers/Microsoft.EventGrid/topics/sdk-Topic-5425\",\r\n \"name\": \"sdk-Topic-5425\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-1063.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4890cac3-21b1-4a8d-875f-7018e2fff9c8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1459/providers/Microsoft.EventGrid/topics/sdk-Topic-1063\",\r\n \"name\": \"sdk-Topic-1063\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8870.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"78b22f13-386f-415b-8630-98ebf810b247\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1399/providers/Microsoft.EventGrid/topics/sdk-Topic-8870\",\r\n \"name\": \"sdk-Topic-8870\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4138.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a36cd511-0f06-4cad-829d-08db1b67ef4f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4805/providers/Microsoft.EventGrid/topics/sdk-Topic-4138\",\r\n \"name\": \"sdk-Topic-4138\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-dq-runner-topic-eg-euap-usce-01.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4833073c-21d1-4424-9789-8a00f6b4822f\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-dq-runner-topic-eg-euap-usce-01\",\r\n \"name\": \"eg-latency-dq-runner-topic-eg-euap-usce-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://kal2020testce2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CloudEventSchemaV1_0\",\r\n \"metricResourceId\": \"7b2cd523-b9aa-49ab-8e49-59eae1adeb48\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest/providers/Microsoft.EventGrid/topics/kal2020testCE2\",\r\n \"name\": \"kal2020testCE2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-5763.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"272e5de8-0e14-44ce-93d5-e5c3a4a44877\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-652/providers/Microsoft.EventGrid/topics/sdk-Topic-5763\",\r\n \"name\": \"sdk-Topic-5763\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8360.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c4b48343-b16c-41e4-83b5-294bf714ea4e\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4537/providers/Microsoft.EventGrid/topics/sdk-Topic-8360\",\r\n \"name\": \"sdk-Topic-8360\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-6106.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"437820fe-dda5-4a85-ba66-8d0b51cc915b\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1252/providers/Microsoft.EventGrid/topics/sdk-Topic-6106\",\r\n \"name\": \"sdk-Topic-6106\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8410.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"609d8baa-b1bd-46d3-8d6e-d750a101b057\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"tag1\": \"value1\",\r\n \"tag2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1131/providers/Microsoft.EventGrid/topics/sdk-Topic-8410\",\r\n \"name\": \"sdk-Topic-8410\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-2528.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8c108c12-97f7-4da3-97ed-11ac6d24a00a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-7017/providers/Microsoft.EventGrid/topics/sdk-Topic-2528\",\r\n \"name\": \"sdk-Topic-2528\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-5500.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d5de5f29-60f5-453d-81a4-9831d2d85159\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"replacedTag1\": \"replacedValue1\",\r\n \"replacedTag2\": \"replacedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-3903/providers/Microsoft.EventGrid/topics/sdk-Topic-5500\",\r\n \"name\": \"sdk-Topic-5500\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-897.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4e070dea-71c7-450a-bbb5-00b09529a985\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-2321/providers/Microsoft.EventGrid/topics/sdk-Topic-897\",\r\n \"name\": \"sdk-Topic-897\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-924.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"f894170f-8ab4-4d6d-b437-0e031dd7807a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9226/providers/Microsoft.EventGrid/topics/sdk-Topic-924\",\r\n \"name\": \"sdk-Topic-924\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-7352.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"5cb2737e-0772-4765-9202-23ab9034a4ef\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8624/providers/Microsoft.EventGrid/topics/sdk-Topic-7352\",\r\n \"name\": \"sdk-Topic-7352\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-8689.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"49e99522-1ac6-4450-9d52-79dbfd0f7b01\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5152/providers/Microsoft.EventGrid/topics/sdk-Topic-8689\",\r\n \"name\": \"sdk-Topic-8689\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4248.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"f4e70de6-3bcc-4fce-97d8-9ecd6f3d5524\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-4621/providers/Microsoft.EventGrid/topics/sdk-Topic-4248\",\r\n \"name\": \"sdk-Topic-4248\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://trytopicbug1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"8ce545c9-6d19-4a75-8e36-4115ddda7207\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/tryTopicBug1\",\r\n \"name\": \"tryTopicBug1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic500delete.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"10bc049a-5303-4dd0-a2c2-6cbe7dcd01e8\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic500delete\",\r\n \"name\": \"amdtesttopic500delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic600delete.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"942cd5ae-c76a-4b96-ad54-4cf8c1b113f7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic600delete\",\r\n \"name\": \"amdtesttopic600delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://amdtesttopic999delete.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"fa541463-b96f-4d50-94eb-e587d8dd07e3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/amdtesttopic999delete\",\r\n \"name\": \"amdtesttopic999delete\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://trytopicbug2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"48b18a8e-0970-475c-9cc5-bdca5fe7d431\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/tryTopicBug2\",\r\n \"name\": \"tryTopicBug2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [\r\n {\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.Network/privateEndpoints/pet-a\"\r\n },\r\n \"groupIds\": [\r\n \"topic\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"Auto-approved\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5B4B650E-28B9-4790-B3AB-DDBD88D727C4/resourceGroups/VKUKKE-PRIVATELINK/providers/Microsoft.EventGrid/topics/TOPICNAME/privateEndpointConnections/PET-A.505CD90E-5F91-483B-972F-D29C642D02C9\",\r\n \"name\": \"pet-a-a\",\r\n \"type\": \"Microsoft.EventGrid/topics/privateEndpointConnections\"\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topicname.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b4511d1a-a811-47e8-93c3-f5f7559d4be7\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/vkukke-privatelink/providers/Microsoft.EventGrid/topics/topicName\",\r\n \"name\": \"topicName\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-4746.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"82f40471-c9fb-4a31-83e1-cdf01dd82d53\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-5773/providers/Microsoft.EventGrid/topics/sdk-Topic-4746\",\r\n \"name\": \"sdk-Topic-4746\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-3458.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"89ca54c5-a786-4019-a688-56ac25313255\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-8118/providers/Microsoft.EventGrid/topics/sdk-Topic-3458\",\r\n \"name\": \"sdk-Topic-3458\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://example-ipfirewallrg.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a5c5f2d7-37c3-4c9c-b35c-8a717e3fee3d\",\r\n \"publicNetworkAccess\": \"Enabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"0.0.0.0/0\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg/providers/Microsoft.EventGrid/topics/example-ipfirewallrg\",\r\n \"name\": \"example-ipfirewallrg\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://ipfirewalltopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"50188545-ae6a-41f2-a6cd-15904dca8290\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": [\r\n {\r\n \"ipMask\": \"10.0.0.0/8\",\r\n \"action\": \"Allow\"\r\n },\r\n {\r\n \"ipMask\": \"10.1.0.0/16\",\r\n \"action\": \"Allow\"\r\n }\r\n ]\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-ipfirewallRg/providers/Microsoft.EventGrid/topics/ipfirewalltopic\",\r\n \"name\": \"ipfirewalltopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopic123.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1c9e75b1-81bb-49d4-887b-50450bda762a\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopic123\",\r\n \"name\": \"testTopic123\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopic12341234.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5ebaaa27-a8c9-4e74-a3bf-210e4a778e40\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"Dept\": \"IT\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopic12341234\",\r\n \"name\": \"testTopic12341234\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopic12341234xxy.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0d3c9169-f6d0-417e-8060-3467386a9da2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopic12341234xxy\",\r\n \"name\": \"testTopic12341234xxy\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopic12341234xxyzz.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"29b6c894-01a1-4602-8586-d7e14f6c394c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"Dept\": \"Finance\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopic12341234xxyzz\",\r\n \"name\": \"testTopic12341234xxyzz\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicdisabled.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"2ce0d8e9-db8c-41c3-8538-9accdd9ed2f6\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Dept\": \"Finance\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testTopicDisabled\",\r\n \"name\": \"testTopicDisabled\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testtopicprivatelink1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d5d8a66b-cc30-4d7e-a016-db20e3b3a0cf\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testtopicprivatelink1\",\r\n \"name\": \"testtopicprivatelink1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli-test-topic1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"0507276d-7391-4271-b7f8-b25251e4a96f\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/cli-test-topic1\",\r\n \"name\": \"cli-test-topic1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli-test-topic-2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"05bf9693-48c8-4fab-b56d-bcacc3d9c48f\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/cli-test-topic-2\",\r\n \"name\": \"cli-test-topic-2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli2gy57xsc4xushkakn3jx5vw54sj2agzygn3fa.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d8547752-74be-450c-95bd-d066d97ef945\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgfv24q33o76ogvalblokyji6yq5wkq73zh46rbll46f2t5ecoi27opgka2o43h7ucj/providers/Microsoft.EventGrid/topics/cli2gy57xsc4xushkakn3jx5vw54sj2agzygn3fa\",\r\n \"name\": \"cli2gy57xsc4xushkakn3jx5vw54sj2agzygn3fa\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli2ei2dp7g5zqr4bmlk7c5wprkhcdmxsiqupu6o.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"593fd40d-e1c7-4034-9a03-2024c852e0f0\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rggcc55tai5oiuqvjnshrbiaglcmym3cftsfzbuh6p57rjpmlgixaq5nmzgnd6uxiib/providers/Microsoft.EventGrid/topics/cli2ei2dp7g5zqr4bmlk7c5wprkhcdmxsiqupu6o\",\r\n \"name\": \"cli2ei2dp7g5zqr4bmlk7c5wprkhcdmxsiqupu6o\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cli6agnrxgvh52jnqebtlee4umoe2ayu7prijfzu.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"f7e661bd-1928-47bc-af92-6d99d43c7917\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rgaddf74wsueu7djqpo5xdxyqzszcvzeedzuifh7ovscpo5andvv4atxdttfzh5zsf7/providers/Microsoft.EventGrid/topics/cli6agnrxgvh52jnqebtlee4umoe2ayu7prijfzu\",\r\n \"name\": \"cli6agnrxgvh52jnqebtlee4umoe2ayu7prijfzu\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://clive7eq5iqjlk3w5dgnko7ei5ks2kg6xmdpbzmd.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"992514a3-a168-4473-b395-7a86f9e63512\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rganyuyh2nmpcguctw5jy52fmpd7xc2i3xydnhceykv7v5ethjg6gjjfbddvyvpjriz/providers/Microsoft.EventGrid/topics/clive7eq5iqjlk3w5dgnko7ei5ks2kg6xmdpbzmd\",\r\n \"name\": \"clive7eq5iqjlk3w5dgnko7ei5ks2kg6xmdpbzmd\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://cliylfzhiwr7ul7ue6ihlymzmjjygku7peqws2ue.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"feee207a-7db0-4d7a-8340-a538addd2204\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/clitest.rg6diqvzcgaw2oa7p7imz4q4dpwmvzbowgegjtls5ui4oikd7erncogiwxam6gh6xvn/providers/Microsoft.EventGrid/topics/cliylfzhiwr7ul7ue6ihlymzmjjygku7peqws2ue\",\r\n \"name\": \"cliylfzhiwr7ul7ue6ihlymzmjjygku7peqws2ue\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-msi-centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"48d4c61d-e3fe-48f6-8948-98e6bd657975\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-msi-centraluseuap\",\r\n \"name\": \"eg-latency-runner-topic-msi-centraluseuap\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-msi-centraluseuap2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d597ccde-e561-4722-8152-62fe6723ef06\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-msi-centraluseuap2\",\r\n \"name\": \"eg-latency-runner-topic-msi-centraluseuap2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://mparkmsi.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"d39e7c8c-c3a1-462a-a527-547a21f65d3c\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/mparkmsi\",\r\n \"name\": \"mparkmsi\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://mparkmsi2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"444ec80e-afb0-4b10-9cc0-d3b81b2f4a84\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/mparkmsi2\",\r\n \"name\": \"mparkmsi2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://noktesttopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"4b53558a-16ea-42eb-a4b2-fd9fb9d53238\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/noktesttopic\",\r\n \"name\": \"noktesttopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topicbugbash1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ec195b05-cf56-41d8-ada5-8943f75d26c4\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/topicBugBash1\",\r\n \"name\": \"topicBugBash1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopickishp5.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c3932179-fd1d-46a4-811b-14cbdb4f54cf\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopickishp5\",\r\n \"name\": \"msitesttopickishp5\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopickishp6.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"845d7117-2eda-4f83-9528-2b5f517acb98\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopickishp6\",\r\n \"name\": \"msitesttopickishp6\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testidentittytopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"046c0799-6dbf-49da-9201-1736d35d9872\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/testIdentittyTopic\",\r\n \"name\": \"testIdentittyTopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://tpoicwithnoidentity.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"a796168d-fc36-4463-8923-f75f878b39d3\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/tpoicWithNoIdentity\",\r\n \"name\": \"tpoicWithNoIdentity\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://tpoicwithnoidentity2.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"b5a94eab-3337-44b9-a264-8c1dbb115b13\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/tpoicWithNoIdentity2\",\r\n \"name\": \"tpoicWithNoIdentity2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [\r\n {\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg1/providers/Microsoft.Network/privateEndpoints/example-PrivateEndpoint\"\r\n },\r\n \"groupIds\": [\r\n \"topic\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"this is desc2\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2/providers/Microsoft.EventGrid/topics/examplePrivatelinktopic/privateEndpointConnections/example-PrivateEndpoint.6d90cf76-a022-452c-9994-6dac62a50c99\",\r\n \"name\": \"example-PrivateEndpoint.6d90cf76-a022-452c-9994-6dac62a50c99\",\r\n \"type\": \"Microsoft.EventGrid/topics/privateEndpointConnections\"\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://exampleprivatelinktopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"1281f69e-f20a-489f-a20e-1eac35233da9\",\r\n \"publicNetworkAccess\": \"Disabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/example-privatelinkRg2/providers/Microsoft.EventGrid/topics/examplePrivatelinktopic\",\r\n \"name\": \"examplePrivatelinktopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topicidentity1234test.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"ecfa0601-2808-45b8-b55c-8371f020cc20\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/topicIdentity1234Test\",\r\n \"name\": \"topicIdentity1234Test\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://topicidentity1234test1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"c24ebfa3-b6fc-4076-94c2-b7cb93f21452\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/topicIdentity1234Test1\",\r\n \"name\": \"topicIdentity1234Test1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://msitesttopic1.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"af7092f7-04eb-4383-8b2b-bb61a0bea7cb\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centralus euap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/msibugbash/providers/Microsoft.EventGrid/topics/msitesttopic1\",\r\n \"name\": \"msitesttopic1\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"privateEndpointConnections\": [\r\n {\r\n \"properties\": {\r\n \"privateEndpoint\": {\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.Network/privateEndpoints/mparkpe2\"\r\n },\r\n \"groupIds\": [\r\n \"topic\"\r\n ],\r\n \"privateLinkServiceConnectionState\": {\r\n \"status\": \"Approved\",\r\n \"description\": \"Auto-approved\",\r\n \"actionsRequired\": \"None\"\r\n },\r\n \"provisioningState\": \"Succeeded\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/mparklink/privateEndpointConnections/mparkpe2.06ef22c1-ae0b-4ab5-be56-eca4301caf7f\",\r\n \"name\": \"mparkpe2.06ef22c1-ae0b-4ab5-be56-eca4301caf7f\",\r\n \"type\": \"Microsoft.EventGrid/topics/privateEndpointConnections\"\r\n }\r\n ],\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://mparklink.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"5ba0e385-f792-4d01-a850-c42ea13ba383\",\r\n \"publicNetworkAccess\": \"Disabled\",\r\n \"inboundIpRules\": []\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {},\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/amh/providers/Microsoft.EventGrid/topics/mparklink\",\r\n \"name\": \"mparklink\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://activitylogstopic.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"08c51e4b-cfe9-4ebb-acc7-46c41d13d886\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/diagnosticlogstestingtobedeleted/providers/Microsoft.EventGrid/topics/activitylogstopic\",\r\n \"name\": \"activitylogstopic\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic3b7fc1d4centraluseuap.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"EventGridSchema\",\r\n \"metricResourceId\": \"cd0436a4-9a11-4452-82e7-2308a5715899\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"Central US EUAP\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGCentralUSEUAP/providers/Microsoft.EventGrid/topics/egcrudrunnertopic3b7fc1d4CentralUSEUAP\",\r\n \"name\": \"egcrudrunnertopic3b7fc1d4CentralUSEUAP\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"originalTag1\": \"originalValue1\",\r\n \"originalTag2\": \"originalValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auc2-01.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auc2-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auc2-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-auc2-02.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-auc2-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-auc2-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-australiacentral2.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-australiacentral2\",\r\n \"name\": \"eg-latency-runner-topic-australiacentral2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicaustraliacentral2.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicaustraliacentral2\",\r\n \"name\": \"eglatencyrunnerqueuetopicaustraliacentral2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicc2f8f36eaustraliacentral2.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicc2f8f36eAustraliaCentral2\",\r\n \"name\": \"egcrudrunnerqueuetopicc2f8f36eAustraliaCentral2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicdd4e4412australiacentral2.australiacentral2-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Australia Central 2\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGAustraliaCentral2/providers/Microsoft.EventGrid/topics/egcrudrunnertopicdd4e4412AustraliaCentral2\",\r\n \"name\": \"egcrudrunnertopicdd4e4412AustraliaCentral2\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frso-02.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frso-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frso-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-frso-01.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-frso-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-frso-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-francesouth.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-francesouth\",\r\n \"name\": \"eg-latency-runner-topic-francesouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicfrancesouth.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicfrancesouth\",\r\n \"name\": \"eglatencyrunnerqueuetopicfrancesouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic348d5d74francesouth.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic348d5d74FranceSouth\",\r\n \"name\": \"egcrudrunnerqueuetopic348d5d74FranceSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopica3aecfb2francesouth.francesouth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"France South\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGFranceSouth/providers/Microsoft.EventGrid/topics/egcrudrunnertopica3aecfb2FranceSouth\",\r\n \"name\": \"egcrudrunnertopica3aecfb2FranceSouth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicsafwest.southafricawest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicsafwest\",\r\n \"name\": \"eglatencyrunnerqueuetopicsafwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-safw-02.southafricawest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-safw-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-safw-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-safw-01.southafricawest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-safw-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-safw-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-safwest.southafricawest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-safwest\",\r\n \"name\": \"eg-latency-runner-topic-safwest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopicb0b57346southafricawest.southafricawest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"South Africa West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSouthAfricaWest/providers/Microsoft.EventGrid/topics/egcrudrunnertopicb0b57346SouthAfricaWest\",\r\n \"name\": \"egcrudrunnertopicb0b57346SouthAfricaWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uaec-01.uaecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uaec-01\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uaec-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-eg-prod-uaec-02.uaecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-eg-prod-uaec-02\",\r\n \"name\": \"eg-latency-runner-topic-eg-prod-uaec-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-uaecentral.uaecentral-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"UAE Central\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgUAEcentral/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-uaecentral\",\r\n \"name\": \"eg-latency-runner-topic-uaecentral\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeleteswwe.switzerlandwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"switzerlandwest\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete/providers/Microsoft.EventGrid/topics/testdeleteswwe\",\r\n \"name\": \"testdeleteswwe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopic14c46b3dswitzerlandwest.switzerlandwest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Switzerland West\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGSwitzerlandWest/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopic14c46b3dSwitzerlandWest\",\r\n \"name\": \"egcrudrunnerqueuetopic14c46b3dSwitzerlandWest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdeletegeno.germanynorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"germanynorth\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testdelete/providers/Microsoft.EventGrid/topics/testdeletegeno\",\r\n \"name\": \"testdeletegeno\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnerqueuetopicf266fa79germanynorth.germanynorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/topics/egcrudrunnerqueuetopicf266fa79GermanyNorth\",\r\n \"name\": \"egcrudrunnerqueuetopicf266fa79GermanyNorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://egcrudrunnertopic61c14c64germanynorth.germanynorth-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Germany North\",\r\n \"tags\": {\r\n \"NewTag1\": \"NewValue1\",\r\n \"NewTag2\": \"NewValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRGGermanyNorth/providers/Microsoft.EventGrid/topics/egcrudrunnertopic61c14c64GermanyNorth\",\r\n \"name\": \"egcrudrunnertopic61c14c64GermanyNorth\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://testdocdbnowe.norwaywest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"norwaywest\",\r\n \"tags\": null,\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.EventGrid/topics/testDocDbnowe\",\r\n \"name\": \"testDocDbnowe\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-norwaywest.norwaywest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-norwaywest\",\r\n \"name\": \"eg-latency-runner-topic-norwaywest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eglatencyrunnerqueuetopicnorwaywest.norwaywest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/topics/eglatencyrunnerqueuetopicnorwaywest\",\r\n \"name\": \"eglatencyrunnerqueuetopicnorwaywest\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-nowe-02.norwaywest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-nowe-02\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-nowe-02\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n },\r\n {\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"endpoint\": \"https://eg-latency-runner-topic-name-eg-prod-nowe-01.norwaywest-1.eventgrid.azure.net/api/events\"\r\n },\r\n \"location\": \"Norway West\",\r\n \"tags\": {\r\n \"Tag1\": \"Value1\",\r\n \"Tag2\": \"Value2\",\r\n \"Tag3\": \"Value3\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/AzureEventGridRunnerRgNorwayWest/providers/Microsoft.EventGrid/topics/eg-latency-runner-topic-name-eg-prod-nowe-01\",\r\n \"name\": \"eg-latency-runner-topic-name-eg-prod-nowe-01\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C472AC8C-D553-4676-A7AA-BBA578D2B442?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvQzQ3MkFDOEMtRDU1My00Njc2LUE3QUEtQkJBNTc4RDJCNDQyP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/04DF97C0-DA93-4A0A-A0C0-E121F2EA7DFA?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMDRERjk3QzAtREE5My00QTBBLUEwQzAtRTEyMUYyRUE3REZBP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1002,7 +1002,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1010,7 +1010,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:07 GMT" + "Sat, 06 Jun 2020 01:49:08 GMT" ], "Pragma": [ "no-cache" @@ -1022,22 +1022,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "f58a457f-d6fb-45b7-9f04-38e14b0ab579" + "8d09b90b-eb88-4af6-827c-a237d948d57a" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11973" ], "x-ms-correlation-request-id": [ - "462c1ffc-1abe-40dd-8b2a-f9e8ad78b265" + "21ff2af6-6f48-468b-8e00-5b70301ddce2" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111408Z:462c1ffc-1abe-40dd-8b2a-f9e8ad78b265" + "WESTUS:20200606T014908Z:21ff2af6-6f48-468b-8e00-5b70301ddce2" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1046,17 +1046,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/C472AC8C-D553-4676-A7AA-BBA578D2B442?api-version=2020-04-01-preview\",\r\n \"name\": \"c472ac8c-d553-4676-a7aa-bba578d2b442\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/04DF97C0-DA93-4A0A-A0C0-E121F2EA7DFA?api-version=2020-06-01\",\r\n \"name\": \"04df97c0-da93-4a0a-a0c0-e121f2ea7dfa\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "PATCH", "RequestBody": "{\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "496f1a9f-64d1-4298-bba5-6db265b1099e" + "9895c693-a62e-4df9-abdf-79629ae1cc2f" ], "accept-language": [ "en-US" @@ -1065,7 +1065,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1079,7 +1079,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:08 GMT" + "Sat, 06 Jun 2020 01:49:09 GMT" ], "Pragma": [ "no-cache" @@ -1094,25 +1094,25 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/53706AA0-8BF4-47A4-9155-A060B07DB800?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/117589B0-4890-4C4B-903A-CC82D92E7F41?api-version=2020-06-01" ], "x-ms-request-id": [ - "687e881e-9d17-480a-9d7b-a5d305125ac0" + "ceca2c87-c026-4a07-8f02-64a8302475a4" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1197" ], "x-ms-correlation-request-id": [ - "60605241-e1bb-49f0-b8b9-6ea917c5af05" + "e34082d7-46dd-4a21-ae80-da046be2b635" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111409Z:60605241-e1bb-49f0-b8b9-6ea917c5af05" + "WESTUS:20200606T014910Z:e34082d7-46dd-4a21-ae80-da046be2b635" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "954" + "928" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1121,12 +1121,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": \"https://sdk-topic-2647.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"7f8cf7bf-4fb5-46ca-bca8-bf1c2966ddd2\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647\",\r\n \"name\": \"sdk-Topic-2647\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", + "ResponseBody": "{\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"endpoint\": \"https://sdk-topic-476.centraluseuap-1.eventgrid.azure.net/api/events\",\r\n \"inputSchema\": \"CustomEventSchema\",\r\n \"inputSchemaMapping\": {\r\n \"properties\": {\r\n \"id\": {\r\n \"sourceField\": \"MyIDFIELD\"\r\n },\r\n \"topic\": {\r\n \"sourceField\": \"myTopicField\"\r\n },\r\n \"eventTime\": {\r\n \"sourceField\": \"MyEventTimeField\"\r\n },\r\n \"eventType\": {\r\n \"sourceField\": \"MyEventTypeField\",\r\n \"defaultValue\": null\r\n },\r\n \"subject\": {\r\n \"sourceField\": \"mySubjectField\",\r\n \"defaultValue\": null\r\n },\r\n \"dataVersion\": {\r\n \"sourceField\": null,\r\n \"defaultValue\": \"2\"\r\n }\r\n },\r\n \"inputSchemaMappingType\": \"Json\"\r\n },\r\n \"metricResourceId\": \"58d84a38-b308-4935-9e03-19da0d7bb128\",\r\n \"publicNetworkAccess\": \"Enabled\"\r\n },\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"updatedTag1\": \"updatedValue1\",\r\n \"updatedTag2\": \"updatedValue2\"\r\n },\r\n \"id\": \"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476\",\r\n \"name\": \"sdk-Topic-476\",\r\n \"type\": \"Microsoft.EventGrid/topics\"\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/53706AA0-8BF4-47A4-9155-A060B07DB800?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNTM3MDZBQTAtOEJGNC00N0E0LTkxNTUtQTA2MEIwN0RCODAwP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/117589B0-4890-4C4B-903A-CC82D92E7F41?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMTE3NTg5QjAtNDg5MC00QzRCLTkwM0EtQ0M4MkQ5MkU3RjQxP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1134,7 +1134,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1142,7 +1142,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:18 GMT" + "Sat, 06 Jun 2020 01:49:19 GMT" ], "Pragma": [ "no-cache" @@ -1154,22 +1154,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "31fc28b6-3626-4a6e-9b48-e46446569f2c" + "80561ead-a345-4bb9-a8c0-980edd12a596" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11971" ], "x-ms-correlation-request-id": [ - "9e1ce3d8-7805-492b-be4d-897fd2c7edd2" + "f3a1ff5a-8609-43d8-bd00-3f47e1e31184" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111419Z:9e1ce3d8-7805-492b-be4d-897fd2c7edd2" + "WESTUS:20200606T014920Z:f3a1ff5a-8609-43d8-bd00-3f47e1e31184" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1178,12 +1178,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/53706AA0-8BF4-47A4-9155-A060B07DB800?api-version=2020-04-01-preview\",\r\n \"name\": \"53706aa0-8bf4-47a4-9155-a060b07db800\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/117589B0-4890-4C4B-903A-CC82D92E7F41?api-version=2020-06-01\",\r\n \"name\": \"117589b0-4890-4c4b-903a-cc82d92e7f41\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/54533B5C-58CC-41D0-A5E3-D4802BEE3CFF?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNTQ1MzNCNUMtNThDQy00MUQwLUE1RTMtRDQ4MDJCRUUzQ0ZGP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/F54BC816-5785-42DC-B4DB-13B33181B5B2?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvRjU0QkM4MTYtNTc4NS00MkRDLUI0REItMTNCMzMxODFCNUIyP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1191,7 +1191,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1199,7 +1199,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:29 GMT" + "Sat, 06 Jun 2020 01:49:31 GMT" ], "Pragma": [ "no-cache" @@ -1211,22 +1211,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "98b70efa-f6d7-4aef-af58-e02bf7c3ed09" + "3a3e4d0f-9412-493f-adcc-7c88b161aad2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11969" ], "x-ms-correlation-request-id": [ - "4f3907e2-6959-411c-9f7e-cf52f88e7dfb" + "011e01bc-eac1-4b87-8956-e013040c820b" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111430Z:4f3907e2-6959-411c-9f7e-cf52f88e7dfb" + "WESTUS:20200606T014931Z:011e01bc-eac1-4b87-8956-e013040c820b" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1235,17 +1235,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/54533B5C-58CC-41D0-A5E3-D4802BEE3CFF?api-version=2020-04-01-preview\",\r\n \"name\": \"54533b5c-58cc-41d0-a5e3-d4802bee3cff\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/F54BC816-5785-42DC-B4DB-13B33181B5B2?api-version=2020-06-01\",\r\n \"name\": \"f54bc816-5785-42dc-b4db-13b33181b5b2\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-9528/providers/Microsoft.EventGrid/topics/sdk-Topic-2647?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctOTUyOC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTI2NDc/YXBpLXZlcnNpb249MjAyMC0wNC0wMS1wcmV2aWV3", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/sdk-EventGrid-RG-1440/providers/Microsoft.EventGrid/topics/sdk-Topic-476?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Jlc291cmNlR3JvdXBzL3Nkay1FdmVudEdyaWQtUkctMTQ0MC9wcm92aWRlcnMvTWljcm9zb2Z0LkV2ZW50R3JpZC90b3BpY3Mvc2RrLVRvcGljLTQ3Nj9hcGktdmVyc2lvbj0yMDIwLTA2LTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "56654060-e6ec-4d7b-b528-7d94152ac3a4" + "7276460b-af05-4bd7-8cf6-d334e4aefe95" ], "accept-language": [ "en-US" @@ -1254,7 +1254,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1262,13 +1262,13 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:30 GMT" + "Sat, 06 Jun 2020 01:49:32 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/013F37EA-D91D-4B6F-BC3D-9D6953A877DB?api-version=2020-04-01-preview" + "https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/60CC2BBB-1204-49A6-9669-12A3B1B0835A?api-version=2020-06-01" ], "Retry-After": [ "10" @@ -1280,19 +1280,19 @@ "max-age=31536000; includeSubDomains" ], "Azure-AsyncOperation": [ - "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/013F37EA-D91D-4B6F-BC3D-9D6953A877DB?api-version=2020-04-01-preview" + "https://management.azure.com:443/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/60CC2BBB-1204-49A6-9669-12A3B1B0835A?api-version=2020-06-01" ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], "x-ms-request-id": [ - "9f1e585f-1037-4a04-a09e-6cbbac5108cd" + "937fc5d5-3b64-456d-879b-6115f9b8e685" ], "x-ms-correlation-request-id": [ - "9f1e585f-1037-4a04-a09e-6cbbac5108cd" + "937fc5d5-3b64-456d-879b-6115f9b8e685" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111431Z:9f1e585f-1037-4a04-a09e-6cbbac5108cd" + "WESTUS:20200606T014932Z:937fc5d5-3b64-456d-879b-6115f9b8e685" ], "X-Content-Type-Options": [ "nosniff" @@ -1308,8 +1308,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/013F37EA-D91D-4B6F-BC3D-9D6953A877DB?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvMDEzRjM3RUEtRDkxRC00QjZGLUJDM0QtOUQ2OTUzQTg3N0RCP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/60CC2BBB-1204-49A6-9669-12A3B1B0835A?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvbnNTdGF0dXMvNjBDQzJCQkItMTIwNC00OUE2LTk2NjktMTJBM0IxQjA4MzVBP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1317,7 +1317,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1325,7 +1325,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:40 GMT" + "Sat, 06 Jun 2020 01:49:42 GMT" ], "Pragma": [ "no-cache" @@ -1337,22 +1337,22 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "c45bd55b-dc04-47a2-99fd-2d8ed95ccb9e" + "6220231d-329d-4ff0-a62c-dadd98209047" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11967" ], "x-ms-correlation-request-id": [ - "555735b8-e209-436e-bb91-2e17d89d87d7" + "b41fd470-3503-4fd0-9153-ee1e21fbf949" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111441Z:555735b8-e209-436e-bb91-2e17d89d87d7" + "WESTUS:20200606T014942Z:b41fd470-3503-4fd0-9153-ee1e21fbf949" ], "X-Content-Type-Options": [ "nosniff" ], "Content-Length": [ - "294" + "286" ], "Content-Type": [ "application/json; charset=utf-8" @@ -1361,12 +1361,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/013F37EA-D91D-4B6F-BC3D-9D6953A877DB?api-version=2020-04-01-preview\",\r\n \"name\": \"013f37ea-d91d-4b6f-bc3d-9d6953a877db\",\r\n \"status\": \"Succeeded\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"https://management.azure.com/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationsStatus/60CC2BBB-1204-49A6-9669-12A3B1B0835A?api-version=2020-06-01\",\r\n \"name\": \"60cc2bbb-1204-49a6-9669-12a3b1b0835a\",\r\n \"status\": \"Succeeded\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/013F37EA-D91D-4B6F-BC3D-9D6953A877DB?api-version=2020-04-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvMDEzRjM3RUEtRDkxRC00QjZGLUJDM0QtOUQ2OTUzQTg3N0RCP2FwaS12ZXJzaW9uPTIwMjAtMDQtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/providers/Microsoft.EventGrid/locations/centraluseuap/operationResults/60CC2BBB-1204-49A6-9669-12A3B1B0835A?api-version=2020-06-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNWI0YjY1MGUtMjhiOS00NzkwLWIzYWItZGRiZDg4ZDcyN2M0L3Byb3ZpZGVycy9NaWNyb3NvZnQuRXZlbnRHcmlkL2xvY2F0aW9ucy9jZW50cmFsdXNldWFwL29wZXJhdGlvblJlc3VsdHMvNjBDQzJCQkItMTIwNC00OUE2LTk2NjktMTJBM0IxQjA4MzVBP2FwaS12ZXJzaW9uPTIwMjAtMDYtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1374,7 +1374,7 @@ "FxVersion/4.6.26614.01", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.1.0" + "Microsoft.Azure.Management.EventGrid.EventGridManagementClient/5.3.2.0" ] }, "ResponseHeaders": { @@ -1382,7 +1382,7 @@ "no-cache" ], "Date": [ - "Thu, 14 May 2020 11:14:40 GMT" + "Sat, 06 Jun 2020 01:49:42 GMT" ], "Pragma": [ "no-cache" @@ -1394,16 +1394,16 @@ "max-age=31536000; includeSubDomains" ], "x-ms-request-id": [ - "78374c06-835a-43f3-a71b-281959580d78" + "7b4d6cf8-4857-41ab-9d41-ea5b629ac45d" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11966" ], "x-ms-correlation-request-id": [ - "ff7c93ed-6a58-456c-a890-3002d6299794" + "2396970d-85e4-4bb9-9809-1dc5e7bfdede" ], "x-ms-routing-request-id": [ - "WESTUS:20200514T111441Z:ff7c93ed-6a58-456c-a890-3002d6299794" + "WESTUS:20200606T014942Z:2396970d-85e4-4bb9-9809-1dc5e7bfdede" ], "X-Content-Type-Options": [ "nosniff" @@ -1421,8 +1421,8 @@ ], "Names": { "TopicCreateGetUpdateDelete": [ - "sdk-EventGrid-RG-9528", - "sdk-Topic-2647" + "sdk-EventGrid-RG-1440", + "sdk-Topic-476" ] }, "Variables": { diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.DomainTests.CRUD.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.DomainTests.CRUD.cs index 166ad56b92726..897095add728c 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.DomainTests.CRUD.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.DomainTests.CRUD.cs @@ -74,7 +74,9 @@ public void DomainCreateGetUpdateDelete() Assert.Equal("Succeeded", getDomainResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); Assert.Equal(location, getDomainResponse.Location, StringComparer.CurrentCultureIgnoreCase); Assert.Contains(getDomainResponse.Tags, tag => tag.Key == "originalTag1"); - Assert.Null(getDomainResponse.Identity); + + //// Diable test as identity is not part of GA Version yet. + //// Assert.Null(getDomainResponse.Identity); Assert.Null(getDomainResponse.InboundIpRules); // Get all domains created within a resourceGroup @@ -157,13 +159,16 @@ public void DomainCreateGetUpdateDelete() Assert.DoesNotContain(replaceDomainResponse.Tags, tag => tag.Key == "originalTag1"); // Update the domain with tags & allow traffic from all ips - var domainUpdateParameters = new DomainUpdateParameters(); - domainUpdateParameters.Tags = new Dictionary() + var domainUpdateParameters = new DomainUpdateParameters() { - { "updatedTag1", "updatedValue1" }, - { "updatedTag2", "updatedValue2" } + Tags = new Dictionary() + { + { "updatedTag1", "updatedValue1" }, + { "updatedTag2", "updatedValue2" } + }, + PublicNetworkAccess = PublicNetworkAccess.Enabled, }; - domain.PublicNetworkAccess = PublicNetworkAccess.Enabled; + var updateDomainResponse = this.EventGridManagementClient.Domains.UpdateAsync(resourceGroup, domainName, domainUpdateParameters).Result; Assert.Contains(updateDomainResponse.Tags, tag => tag.Key == "updatedTag1"); Assert.DoesNotContain(updateDomainResponse.Tags, tag => tag.Key == "replacedTag1"); diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.PartnerTests.CRUD.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.PartnerTests.CRUD.cs index c909b95da6159..2720ac94e9763 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.PartnerTests.CRUD.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.PartnerTests.CRUD.cs @@ -15,555 +15,556 @@ namespace EventGrid.Tests.ScenarioTests { public partial class ScenarioTests { - [Fact] - public void PartnerCreateGetUpdateDelete() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - this.InitializeClients(context); - - var location = this.ResourceManagementClient.GetLocationFromProvider(); - - var resourceGroup = this.ResourceManagementClient.TryGetResourceGroup(location); - if (string.IsNullOrWhiteSpace(resourceGroup)) - { - resourceGroup = TestUtilities.GenerateName(EventGridManagementHelper.ResourceGroupPrefix); - this.ResourceManagementClient.TryRegisterResourceGroup(location, resourceGroup); - } - - bool partnerRegistrationCreated = false; - bool partnerNamespaceCreated = false; - bool eventChannelCreated = false; - bool partnerTopicCreated = false; - bool eventSubscriptionCreated = false; - var partnerNamespaceName = TestUtilities.GenerateName(EventGridManagementHelper.PartnerNamespacePrefix); - var eventChannelName = TestUtilities.GenerateName(EventGridManagementHelper.EventChannelPrefix); - var partnerTopicName = TestUtilities.GenerateName(EventGridManagementHelper.PartnerTopicPrefix); - var eventSubscriptionName = TestUtilities.GenerateName(EventGridManagementHelper.EventSubscriptionPrefix); - - var partnerRegistrationName = TestUtilities.GenerateName(EventGridManagementHelper.PartnerRegistrationPrefix); - - // Temporarily commenting this out as this is not yet enabled for the new API version - // var operationsResponse = this.EventGridManagementClient.Operations.List(); - - var originalTagsDictionary = new Dictionary() - { - {"originalTag1", "originalValue1"}, - {"originalTag2", "originalValue2"} - }; - - Guid uniqueId = Guid.NewGuid(); - string subId = "5b4b650e-28b9-4790-b3ab-ddbd88d727c4"; - - try - { - PartnerRegistration partnerRegistration = new PartnerRegistration() - { - Location = "global", - Tags = originalTagsDictionary, - LogoUri = "https://www.contoso.com/logo.png", - SetupUri = "https://www.contoso.com/setup.html", - PartnerName = "Contoso", - PartnerResourceTypeName = $"Accounts.{uniqueId}", - PartnerResourceTypeDisplayName = $"DisplayName Text -- {uniqueId}", - PartnerResourceTypeDescription = $"Description Text -- {uniqueId}", - AuthorizedAzureSubscriptionIds = new List - { - subId - }, - }; - - var createPartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.CreateOrUpdateAsync(resourceGroup, partnerRegistrationName, partnerRegistration).Result; - - partnerRegistrationCreated = true; - - Assert.NotNull(createPartnerRegistrationResponse); - Assert.Equal(createPartnerRegistrationResponse.Name, partnerRegistrationName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - // Get the created partnerRegistration - var getPartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.Get(resourceGroup, partnerRegistrationName); - if (string.Compare(getPartnerRegistrationResponse.ProvisioningState, "Succeeded", true) != 0) - { - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - } - - getPartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.Get(resourceGroup, partnerRegistrationName); - Assert.NotNull(getPartnerRegistrationResponse); - Assert.Equal("Succeeded", getPartnerRegistrationResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); - Assert.Equal("global", getPartnerRegistrationResponse.Location, StringComparer.CurrentCultureIgnoreCase); - Assert.Contains(getPartnerRegistrationResponse.Tags, tag => tag.Key == "originalTag1"); - - // Get all partnerRegistrations created within a resourceGroup - IPage partnerRegistrationsInResourceGroupPage = this.EventGridManagementClient.PartnerRegistrations.ListByResourceGroupAsync(resourceGroup).Result; - var partnerRegistrationsInResourceGroupList = new List(); - if (partnerRegistrationsInResourceGroupPage.Any()) - { - partnerRegistrationsInResourceGroupList.AddRange(partnerRegistrationsInResourceGroupPage); - var nextLink = partnerRegistrationsInResourceGroupPage.NextPageLink; - while (nextLink != null) - { - partnerRegistrationsInResourceGroupPage = this.EventGridManagementClient.PartnerRegistrations.ListByResourceGroupNextAsync(nextLink).Result; - partnerRegistrationsInResourceGroupList.AddRange(partnerRegistrationsInResourceGroupPage); - nextLink = partnerRegistrationsInResourceGroupPage.NextPageLink; - } - } - - Assert.NotNull(partnerRegistrationsInResourceGroupList); - Assert.True(partnerRegistrationsInResourceGroupList.Count() >= 1); - Assert.Contains(partnerRegistrationsInResourceGroupList, t => t.Name == partnerRegistrationName); - Assert.True(partnerRegistrationsInResourceGroupList.All(ns => ns.Id.Contains(resourceGroup))); - - IPage partnerRegistrationsInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerRegistrations.ListByResourceGroupAsync(resourceGroup, null, 5).Result; - var partnerRegistrationsInResourceGroupListWithTop = new List(); - if (partnerRegistrationsInResourceGroupPageWithTop.Any()) - { - partnerRegistrationsInResourceGroupListWithTop.AddRange(partnerRegistrationsInResourceGroupPageWithTop); - var nextLink = partnerRegistrationsInResourceGroupPageWithTop.NextPageLink; - while (nextLink != null) - { - partnerRegistrationsInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerRegistrations.ListByResourceGroupNextAsync(nextLink).Result; - partnerRegistrationsInResourceGroupListWithTop.AddRange(partnerRegistrationsInResourceGroupPageWithTop); - nextLink = partnerRegistrationsInResourceGroupPageWithTop.NextPageLink; - } - } - - Assert.NotNull(partnerRegistrationsInResourceGroupListWithTop); - Assert.True(partnerRegistrationsInResourceGroupListWithTop.Count() >= 1); - Assert.Contains(partnerRegistrationsInResourceGroupListWithTop, t => t.Name == partnerRegistrationName); - Assert.True(partnerRegistrationsInResourceGroupListWithTop.All(ns => ns.Id.Contains(resourceGroup))); - - // Get all partnerRegistrations created within the subscription irrespective of the resourceGroup - IPage partnerRegistrationsInAzureSubscription = this.EventGridManagementClient.PartnerRegistrations.ListBySubscriptionAsync(null, 100).Result; - var partnerRegistrationsInAzureSubscriptionList = new List(); - if (partnerRegistrationsInAzureSubscription.Any()) - { - partnerRegistrationsInAzureSubscriptionList.AddRange(partnerRegistrationsInAzureSubscription); - var nextLink = partnerRegistrationsInAzureSubscription.NextPageLink; - while (nextLink != null) - { - try - { - partnerRegistrationsInAzureSubscription = this.EventGridManagementClient.PartnerRegistrations.ListBySubscriptionNextAsync(nextLink).Result; - partnerRegistrationsInAzureSubscriptionList.AddRange(partnerRegistrationsInAzureSubscription); - nextLink = partnerRegistrationsInAzureSubscription.NextPageLink; - } - catch (Exception ex) - { - Console.WriteLine(ex); - break; - } - } - } - - Assert.NotNull(partnerRegistrationsInAzureSubscriptionList); - Assert.True(partnerRegistrationsInAzureSubscriptionList.Count() >= 1); - Assert.Contains(partnerRegistrationsInAzureSubscriptionList, t => t.Name == partnerRegistrationName); - - var replacePartnerRegistrationTagsDictionary = new Dictionary() - { - { "replacedTag1", "replacedValue1" }, - { "replacedTag2", "replacedValue2" } - }; - - // Replace the partnerRegistration - partnerRegistration.Tags = replacePartnerRegistrationTagsDictionary; - var replacePartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.CreateOrUpdateAsync(resourceGroup, partnerRegistrationName, partnerRegistration).Result; - - Assert.Contains(replacePartnerRegistrationResponse.Tags, tag => tag.Key == "replacedTag1"); - Assert.DoesNotContain(replacePartnerRegistrationResponse.Tags, tag => tag.Key == "originalTag1"); - - // Update the partnerRegistration with tags - //////PartnerRegistrationUpdateParameters partnerRegistrationUpdateParameters = new PartnerRegistrationUpdateParameters(); - //////partnerRegistrationUpdateParameters.Tags = new Dictionary() - //////{ - ////// { "updatedTag1", "updatedValue1" }, - ////// { "updatedTag2", "updatedValue2" } - //////}; - - //////var updatePartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.UpdateAsync(resourceGroup, partnerRegistrationName, partnerRegistrationUpdateParameters).Result; - //////Assert.Contains(updatePartnerRegistrationResponse.Tags, tag => tag.Key == "updatedTag1"); - //////Assert.DoesNotContain(updatePartnerRegistrationResponse.Tags, tag => tag.Key == "replacedTag1"); - - // Partner namespace operations - - var originalNamespaceTagsDictionary = new Dictionary() - { - {"originalTag111", "originalValue111"}, - {"originalTag222", "originalValue222"} - }; - - PartnerNamespace partnerNamespace = new PartnerNamespace() - { - Location = location, - Tags = originalNamespaceTagsDictionary, - PartnerRegistrationFullyQualifiedId = getPartnerRegistrationResponse.Id - }; - - var createPartnerNamespaceResponse = this.EventGridManagementClient.PartnerNamespaces.CreateOrUpdateAsync(resourceGroup, partnerNamespaceName, partnerNamespace).Result; - partnerNamespaceCreated = true; - - Assert.NotNull(createPartnerNamespaceResponse); - Assert.Equal(createPartnerNamespaceResponse.Name, partnerNamespaceName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - // Get the created partnerNamespace - var getPartnerNamespaceResponse = this.EventGridManagementClient.PartnerNamespaces.Get(resourceGroup, partnerNamespaceName); - if (string.Compare(getPartnerNamespaceResponse.ProvisioningState, "Succeeded", true) != 0) - { - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - } - - getPartnerNamespaceResponse = this.EventGridManagementClient.PartnerNamespaces.Get(resourceGroup, partnerNamespaceName); - Assert.NotNull(getPartnerNamespaceResponse); - Assert.Equal("Succeeded", getPartnerNamespaceResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); - Assert.Equal(location, getPartnerNamespaceResponse.Location, StringComparer.CurrentCultureIgnoreCase); - Assert.Contains(getPartnerNamespaceResponse.Tags, tag => tag.Key == "originalTag111"); - - // Get all partnerNamespaces created within a resourceGroup - IPage partnerNamespacesInResourceGroupPage = this.EventGridManagementClient.PartnerNamespaces.ListByResourceGroupAsync(resourceGroup).Result; - var partnerNamespacesInResourceGroupList = new List(); - if (partnerNamespacesInResourceGroupPage.Any()) - { - partnerNamespacesInResourceGroupList.AddRange(partnerNamespacesInResourceGroupPage); - var nextLink = partnerNamespacesInResourceGroupPage.NextPageLink; - while (nextLink != null) - { - partnerNamespacesInResourceGroupPage = this.EventGridManagementClient.PartnerNamespaces.ListByResourceGroupNextAsync(nextLink).Result; - partnerNamespacesInResourceGroupList.AddRange(partnerNamespacesInResourceGroupPage); - nextLink = partnerNamespacesInResourceGroupPage.NextPageLink; - } - } - - Assert.NotNull(partnerNamespacesInResourceGroupList); - Assert.True(partnerNamespacesInResourceGroupList.Count() >= 1); - Assert.Contains(partnerNamespacesInResourceGroupList, t => t.Name == partnerNamespaceName); - Assert.True(partnerNamespacesInResourceGroupList.All(ns => ns.Id.Contains(resourceGroup))); - - IPage partnerNamespacesInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerNamespaces.ListByResourceGroupAsync(resourceGroup, null, 5).Result; - var partnerNamespacesInResourceGroupListWithTop = new List(); - if (partnerNamespacesInResourceGroupPageWithTop.Any()) - { - partnerNamespacesInResourceGroupListWithTop.AddRange(partnerNamespacesInResourceGroupPageWithTop); - var nextLink = partnerNamespacesInResourceGroupPageWithTop.NextPageLink; - while (nextLink != null) - { - partnerNamespacesInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerNamespaces.ListByResourceGroupNextAsync(nextLink).Result; - partnerNamespacesInResourceGroupListWithTop.AddRange(partnerNamespacesInResourceGroupPageWithTop); - nextLink = partnerNamespacesInResourceGroupPageWithTop.NextPageLink; - } - } - - Assert.NotNull(partnerNamespacesInResourceGroupListWithTop); - Assert.True(partnerNamespacesInResourceGroupListWithTop.Count() >= 1); - Assert.Contains(partnerNamespacesInResourceGroupListWithTop, t => t.Name == partnerNamespaceName); - Assert.True(partnerNamespacesInResourceGroupListWithTop.All(ns => ns.Id.Contains(resourceGroup))); - - // Get all partnerNamespaces created within the subscription irrespective of the resourceGroup - IPage partnerNamespacesInAzureSubscription = this.EventGridManagementClient.PartnerNamespaces.ListBySubscriptionAsync(null, 100).Result; - var partnerNamespacesInAzureSubscriptionList = new List(); - if (partnerNamespacesInAzureSubscription.Any()) - { - partnerNamespacesInAzureSubscriptionList.AddRange(partnerNamespacesInAzureSubscription); - var nextLink = partnerNamespacesInAzureSubscription.NextPageLink; - while (nextLink != null) - { - try - { - partnerNamespacesInAzureSubscription = this.EventGridManagementClient.PartnerNamespaces.ListBySubscriptionNextAsync(nextLink).Result; - partnerNamespacesInAzureSubscriptionList.AddRange(partnerNamespacesInAzureSubscription); - nextLink = partnerNamespacesInAzureSubscription.NextPageLink; - } - catch (Exception ex) - { - Console.WriteLine(ex); - break; - } - } - } - - Assert.NotNull(partnerNamespacesInAzureSubscriptionList); - Assert.True(partnerNamespacesInAzureSubscriptionList.Count() >= 1); - Assert.Contains(partnerNamespacesInAzureSubscriptionList, t => t.Name == partnerNamespaceName); - - var replacePartnerNamespaceTagsDictionary = new Dictionary() - { - { "replacedTag111", "replacedValue111" }, - { "replacedTag222", "replacedValue222" } - }; - - // Replace the partnerNamespace - partnerNamespace.Tags = replacePartnerNamespaceTagsDictionary; - var replacePartnerNamespaceResponse = this.EventGridManagementClient.PartnerNamespaces.CreateOrUpdateAsync(resourceGroup, partnerNamespaceName, partnerNamespace).Result; - - Assert.Contains(replacePartnerNamespaceResponse.Tags, tag => tag.Key == "replacedTag111"); - Assert.DoesNotContain(replacePartnerNamespaceResponse.Tags, tag => tag.Key == "originalTag111"); - - // EventChannel/PartnerTopic operations - var originalPartnerTopicTagsDictionary = new Dictionary() - { - {"originalTag11111", "originalValue11111"}, - {"originalTag22222", "originalValue22222"} - }; - - EventChannel eventChannel = new EventChannel() - { - Source = new EventChannelSource - { - Source = $"Accounts.User.{uniqueId}", - }, - Destination = new EventChannelDestination - { - AzureSubscriptionId = subId, - ResourceGroup = resourceGroup, - PartnerTopicName = partnerTopicName - }, - }; - - var createEventChannelResponse = this.EventGridManagementClient.EventChannels.CreateOrUpdateAsync(resourceGroup, partnerNamespaceName, eventChannelName, eventChannel).Result; - eventChannelCreated = true; - partnerTopicCreated = true; - - Assert.NotNull(createEventChannelResponse); - Assert.Equal(createEventChannelResponse.Name, eventChannelName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - // Get the created eventChannel - var getEventChannelResponse = this.EventGridManagementClient.EventChannels.Get(resourceGroup, partnerNamespaceName, eventChannelName); - if (string.Compare(getEventChannelResponse.ProvisioningState, "Succeeded", true) != 0) - { - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - } - - getEventChannelResponse = this.EventGridManagementClient.EventChannels.Get(resourceGroup, partnerNamespaceName, eventChannelName); - Assert.NotNull(getEventChannelResponse); - Assert.Equal("Succeeded", getEventChannelResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); - - // Get all eventChannels created within a partnerNamespace - IPage eventChannelsInPartnerNamespacePage = this.EventGridManagementClient.EventChannels.ListByPartnerNamespaceAsync(resourceGroup, partnerNamespaceName).Result; - var eventChannelsInPartnerNamespaceList = new List(); - if (eventChannelsInPartnerNamespacePage.Any()) - { - eventChannelsInPartnerNamespaceList.AddRange(eventChannelsInPartnerNamespacePage); - var nextLink = eventChannelsInPartnerNamespacePage.NextPageLink; - while (nextLink != null) - { - eventChannelsInPartnerNamespacePage = this.EventGridManagementClient.EventChannels.ListByPartnerNamespaceNextAsync(nextLink).Result; - eventChannelsInPartnerNamespaceList.AddRange(eventChannelsInPartnerNamespacePage); - nextLink = eventChannelsInPartnerNamespacePage.NextPageLink; - } - } - - Assert.NotNull(eventChannelsInPartnerNamespaceList); - Assert.True(eventChannelsInPartnerNamespaceList.Count() >= 1); - Assert.Contains(eventChannelsInPartnerNamespaceList, t => t.Name == eventChannelName); - Assert.True(eventChannelsInPartnerNamespaceList.All(ns => ns.Id.Contains(resourceGroup))); - - // Partner topic operations - - // Get the created partnerTopic - var getPartnerTopicResponse = this.EventGridManagementClient.PartnerTopics.Get(resourceGroup, partnerTopicName); - if (string.Compare(getPartnerTopicResponse.ProvisioningState, "Succeeded", true) != 0) - { - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - } - - getPartnerTopicResponse = this.EventGridManagementClient.PartnerTopics.Get(resourceGroup, partnerTopicName); - Assert.NotNull(getPartnerTopicResponse); - Assert.Equal("Succeeded", getPartnerTopicResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); - Assert.Equal(location, getPartnerTopicResponse.Location, StringComparer.CurrentCultureIgnoreCase); - Assert.Null(getPartnerTopicResponse.Tags); - - // Get all partnerTopics created within a resourceGroup - IPage partnerTopicsInResourceGroupPage = this.EventGridManagementClient.PartnerTopics.ListByResourceGroupAsync(resourceGroup).Result; - var partnerTopicsInResourceGroupList = new List(); - if (partnerTopicsInResourceGroupPage.Any()) - { - partnerTopicsInResourceGroupList.AddRange(partnerTopicsInResourceGroupPage); - var nextLink = partnerTopicsInResourceGroupPage.NextPageLink; - while (nextLink != null) - { - partnerTopicsInResourceGroupPage = this.EventGridManagementClient.PartnerTopics.ListByResourceGroupNextAsync(nextLink).Result; - partnerTopicsInResourceGroupList.AddRange(partnerTopicsInResourceGroupPage); - nextLink = partnerTopicsInResourceGroupPage.NextPageLink; - } - } - - Assert.NotNull(partnerTopicsInResourceGroupList); - Assert.True(partnerTopicsInResourceGroupList.Count() >= 1); - Assert.Contains(partnerTopicsInResourceGroupList, t => t.Name == partnerTopicName); - Assert.True(partnerTopicsInResourceGroupList.All(ns => ns.Id.Contains(resourceGroup))); - - IPage partnerTopicsInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerTopics.ListByResourceGroupAsync(resourceGroup, null, 5).Result; - var partnerTopicsInResourceGroupListWithTop = new List(); - if (partnerTopicsInResourceGroupPageWithTop.Any()) - { - partnerTopicsInResourceGroupListWithTop.AddRange(partnerTopicsInResourceGroupPageWithTop); - var nextLink = partnerTopicsInResourceGroupPageWithTop.NextPageLink; - while (nextLink != null) - { - partnerTopicsInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerTopics.ListByResourceGroupNextAsync(nextLink).Result; - partnerTopicsInResourceGroupListWithTop.AddRange(partnerTopicsInResourceGroupPageWithTop); - nextLink = partnerTopicsInResourceGroupPageWithTop.NextPageLink; - } - } - - Assert.NotNull(partnerTopicsInResourceGroupListWithTop); - Assert.True(partnerTopicsInResourceGroupListWithTop.Count() >= 1); - Assert.Contains(partnerTopicsInResourceGroupListWithTop, t => t.Name == partnerTopicName); - Assert.True(partnerTopicsInResourceGroupListWithTop.All(ns => ns.Id.Contains(resourceGroup))); - - // Get all partnerTopics created within the subscription irrespective of the resourceGroup - IPage partnerTopicsInAzureSubscription = this.EventGridManagementClient.PartnerTopics.ListBySubscriptionAsync(null, 100).Result; - var partnerTopicsInAzureSubscriptionList = new List(); - if (partnerTopicsInAzureSubscription.Any()) - { - partnerTopicsInAzureSubscriptionList.AddRange(partnerTopicsInAzureSubscription); - var nextLink = partnerTopicsInAzureSubscription.NextPageLink; - while (nextLink != null) - { - try - { - partnerTopicsInAzureSubscription = this.EventGridManagementClient.PartnerTopics.ListBySubscriptionNextAsync(nextLink).Result; - partnerTopicsInAzureSubscriptionList.AddRange(partnerTopicsInAzureSubscription); - nextLink = partnerTopicsInAzureSubscription.NextPageLink; - } - catch (Exception ex) - { - Console.WriteLine(ex); - break; - } - } - } - - Assert.NotNull(partnerTopicsInAzureSubscriptionList); - Assert.True(partnerTopicsInAzureSubscriptionList.Count() >= 1); - Assert.Contains(partnerTopicsInAzureSubscriptionList, t => t.Name == partnerTopicName); - - EventSubscription eventSubscription = new EventSubscription() - { - Destination = new StorageQueueEventSubscriptionDestination() - { - QueueName = "queue1", - ResourceId = "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg" - }, - Filter = new EventSubscriptionFilter() - { - IncludedEventTypes = null, - IsSubjectCaseSensitive = true, - SubjectBeginsWith = "TestPrefix", - SubjectEndsWith = "TestSuffix" - }, - Labels = new List() - { - "TestLabel1", - "TestLabel2" - } - }; - - var eventSubscriptionResponse = this.EventGridManagementClient.PartnerTopicEventSubscriptions.CreateOrUpdateAsync(resourceGroup, partnerTopicName, eventSubscriptionName, eventSubscription).Result; - eventSubscriptionCreated = true; - - Assert.NotNull(eventSubscriptionResponse); - Assert.Equal(eventSubscriptionResponse.Name, eventSubscriptionName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - // Get the created event subscription - eventSubscriptionResponse = EventGridManagementClient.PartnerTopicEventSubscriptions.Get(resourceGroup, partnerTopicName, eventSubscriptionName); - if (string.Compare(eventSubscriptionResponse.ProvisioningState, "Succeeded", true) != 0) - { - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - } - - eventSubscriptionResponse = EventGridManagementClient.PartnerTopicEventSubscriptions.Get(resourceGroup, partnerTopicName, eventSubscriptionName); - Assert.NotNull(eventSubscriptionResponse); - Assert.Equal("Succeeded", eventSubscriptionResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); - Assert.Equal("TestPrefix", eventSubscriptionResponse.Filter.SubjectBeginsWith, StringComparer.CurrentCultureIgnoreCase); - Assert.Equal("TestSuffix", eventSubscriptionResponse.Filter.SubjectEndsWith, StringComparer.CurrentCultureIgnoreCase); - - // Update the event subscription - var eventSubscriptionUpdateParameters = new EventSubscriptionUpdateParameters() - { - Destination = new StorageQueueEventSubscriptionDestination() - { - QueueName = "queue1", - ResourceId = "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg" - }, - Filter = new EventSubscriptionFilter() - { - IncludedEventTypes = new List() - { - "Event1", - "Event2" - }, - SubjectEndsWith = ".jpg", - SubjectBeginsWith = "TestPrefix" - }, - Labels = new List() - { - "UpdatedLabel1", - "UpdatedLabel2", - } - }; - - eventSubscriptionResponse = this.eventGridManagementClient.PartnerTopicEventSubscriptions.UpdateAsync(resourceGroup, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters).Result; - Assert.Equal(".jpg", eventSubscriptionResponse.Filter.SubjectEndsWith, StringComparer.CurrentCultureIgnoreCase); - Assert.Contains(eventSubscriptionResponse.Labels, label => label == "UpdatedLabel1"); - - // List event subscriptions - ////////var eventSubscriptionsPage = this.EventGridManagementClient.PartnerTopicEventSubscriptions.ListByPartnerTopicAsync(resourceGroup, partnerTopicName).Result; - ////////List eventSubscriptionsList = new List(); - ////////string nextLink = null; - - ////////if (eventSubscriptionsPage != null) - ////////{ - //////// eventSubscriptionsList.AddRange(eventSubscriptionsPage); - //////// nextLink = eventSubscriptionsPage.NextPageLink; - //////// while (nextLink != null) - //////// { - //////// eventSubscriptionsPage = this.EventGridManagementClient.EventSubscriptions.ListRegionalByResourceGroupNextAsync(nextLink).Result; - //////// eventSubscriptionsList.AddRange(eventSubscriptionsPage); - //////// nextLink = eventSubscriptionsPage.NextPageLink; - //////// } - ////////} - } - finally - { - if (eventSubscriptionCreated) - { - // Delete the event subscription - EventGridManagementClient.PartnerTopicEventSubscriptions.DeleteAsync(resourceGroup, partnerTopicName, eventSubscriptionName).Wait(); - } - - if (partnerTopicCreated) - { - // Delete partnerTopic - this.EventGridManagementClient.PartnerTopics.DeleteAsync(resourceGroup, partnerTopicName).Wait(); - } - - if (eventChannelCreated) - { - // Delete eventChannel - this.EventGridManagementClient.EventChannels.DeleteAsync(resourceGroup, partnerNamespaceName, eventChannelName).Wait(); - } - - if (partnerNamespaceCreated) - { - // Delete partnerNamespace - this.EventGridManagementClient.PartnerNamespaces.DeleteAsync(resourceGroup, partnerNamespaceName).Wait(); - } - - if (partnerRegistrationCreated) - { - // Delete partnerRegistration - this.EventGridManagementClient.PartnerRegistrations.DeleteAsync(resourceGroup, partnerRegistrationName).Wait(); - } - } - } - } + // Disable the test as it is not part of the GA version yet + ////////[Fact] + ////////public void PartnerCreateGetUpdateDelete() + ////////{ + //////// using (MockContext context = MockContext.Start(this.GetType())) + //////// { + //////// this.InitializeClients(context); + + //////// var location = this.ResourceManagementClient.GetLocationFromProvider(); + + //////// var resourceGroup = this.ResourceManagementClient.TryGetResourceGroup(location); + //////// if (string.IsNullOrWhiteSpace(resourceGroup)) + //////// { + //////// resourceGroup = TestUtilities.GenerateName(EventGridManagementHelper.ResourceGroupPrefix); + //////// this.ResourceManagementClient.TryRegisterResourceGroup(location, resourceGroup); + //////// } + + //////// bool partnerRegistrationCreated = false; + //////// bool partnerNamespaceCreated = false; + //////// bool eventChannelCreated = false; + //////// bool partnerTopicCreated = false; + //////// bool eventSubscriptionCreated = false; + //////// var partnerNamespaceName = TestUtilities.GenerateName(EventGridManagementHelper.PartnerNamespacePrefix); + //////// var eventChannelName = TestUtilities.GenerateName(EventGridManagementHelper.EventChannelPrefix); + //////// var partnerTopicName = TestUtilities.GenerateName(EventGridManagementHelper.PartnerTopicPrefix); + //////// var eventSubscriptionName = TestUtilities.GenerateName(EventGridManagementHelper.EventSubscriptionPrefix); + + //////// var partnerRegistrationName = TestUtilities.GenerateName(EventGridManagementHelper.PartnerRegistrationPrefix); + + //////// // Temporarily commenting this out as this is not yet enabled for the new API version + //////// // var operationsResponse = this.EventGridManagementClient.Operations.List(); + + //////// var originalTagsDictionary = new Dictionary() + //////// { + //////// {"originalTag1", "originalValue1"}, + //////// {"originalTag2", "originalValue2"} + //////// }; + + //////// Guid uniqueId = Guid.NewGuid(); + //////// string subId = "5b4b650e-28b9-4790-b3ab-ddbd88d727c4"; + + //////// try + //////// { + //////// PartnerRegistration partnerRegistration = new PartnerRegistration() + //////// { + //////// Location = "global", + //////// Tags = originalTagsDictionary, + //////// LogoUri = "https://www.contoso.com/logo.png", + //////// SetupUri = "https://www.contoso.com/setup.html", + //////// PartnerName = "Contoso", + //////// PartnerResourceTypeName = $"Accounts.{uniqueId}", + //////// PartnerResourceTypeDisplayName = $"DisplayName Text -- {uniqueId}", + //////// PartnerResourceTypeDescription = $"Description Text -- {uniqueId}", + //////// AuthorizedAzureSubscriptionIds = new List + //////// { + //////// subId + //////// }, + //////// }; + + //////// var createPartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.CreateOrUpdateAsync(resourceGroup, partnerRegistrationName, partnerRegistration).Result; + + //////// partnerRegistrationCreated = true; + + //////// Assert.NotNull(createPartnerRegistrationResponse); + //////// Assert.Equal(createPartnerRegistrationResponse.Name, partnerRegistrationName); + + //////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + + //////// // Get the created partnerRegistration + //////// var getPartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.Get(resourceGroup, partnerRegistrationName); + //////// if (string.Compare(getPartnerRegistrationResponse.ProvisioningState, "Succeeded", true) != 0) + //////// { + //////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + //////// } + + //////// getPartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.Get(resourceGroup, partnerRegistrationName); + //////// Assert.NotNull(getPartnerRegistrationResponse); + //////// Assert.Equal("Succeeded", getPartnerRegistrationResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); + //////// Assert.Equal("global", getPartnerRegistrationResponse.Location, StringComparer.CurrentCultureIgnoreCase); + //////// Assert.Contains(getPartnerRegistrationResponse.Tags, tag => tag.Key == "originalTag1"); + + //////// // Get all partnerRegistrations created within a resourceGroup + //////// IPage partnerRegistrationsInResourceGroupPage = this.EventGridManagementClient.PartnerRegistrations.ListByResourceGroupAsync(resourceGroup).Result; + //////// var partnerRegistrationsInResourceGroupList = new List(); + //////// if (partnerRegistrationsInResourceGroupPage.Any()) + //////// { + //////// partnerRegistrationsInResourceGroupList.AddRange(partnerRegistrationsInResourceGroupPage); + //////// var nextLink = partnerRegistrationsInResourceGroupPage.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// partnerRegistrationsInResourceGroupPage = this.EventGridManagementClient.PartnerRegistrations.ListByResourceGroupNextAsync(nextLink).Result; + //////// partnerRegistrationsInResourceGroupList.AddRange(partnerRegistrationsInResourceGroupPage); + //////// nextLink = partnerRegistrationsInResourceGroupPage.NextPageLink; + //////// } + //////// } + + //////// Assert.NotNull(partnerRegistrationsInResourceGroupList); + //////// Assert.True(partnerRegistrationsInResourceGroupList.Count() >= 1); + //////// Assert.Contains(partnerRegistrationsInResourceGroupList, t => t.Name == partnerRegistrationName); + //////// Assert.True(partnerRegistrationsInResourceGroupList.All(ns => ns.Id.Contains(resourceGroup))); + + //////// IPage partnerRegistrationsInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerRegistrations.ListByResourceGroupAsync(resourceGroup, null, 5).Result; + //////// var partnerRegistrationsInResourceGroupListWithTop = new List(); + //////// if (partnerRegistrationsInResourceGroupPageWithTop.Any()) + //////// { + //////// partnerRegistrationsInResourceGroupListWithTop.AddRange(partnerRegistrationsInResourceGroupPageWithTop); + //////// var nextLink = partnerRegistrationsInResourceGroupPageWithTop.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// partnerRegistrationsInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerRegistrations.ListByResourceGroupNextAsync(nextLink).Result; + //////// partnerRegistrationsInResourceGroupListWithTop.AddRange(partnerRegistrationsInResourceGroupPageWithTop); + //////// nextLink = partnerRegistrationsInResourceGroupPageWithTop.NextPageLink; + //////// } + //////// } + + //////// Assert.NotNull(partnerRegistrationsInResourceGroupListWithTop); + //////// Assert.True(partnerRegistrationsInResourceGroupListWithTop.Count() >= 1); + //////// Assert.Contains(partnerRegistrationsInResourceGroupListWithTop, t => t.Name == partnerRegistrationName); + //////// Assert.True(partnerRegistrationsInResourceGroupListWithTop.All(ns => ns.Id.Contains(resourceGroup))); + + //////// // Get all partnerRegistrations created within the subscription irrespective of the resourceGroup + //////// IPage partnerRegistrationsInAzureSubscription = this.EventGridManagementClient.PartnerRegistrations.ListBySubscriptionAsync(null, 100).Result; + //////// var partnerRegistrationsInAzureSubscriptionList = new List(); + //////// if (partnerRegistrationsInAzureSubscription.Any()) + //////// { + //////// partnerRegistrationsInAzureSubscriptionList.AddRange(partnerRegistrationsInAzureSubscription); + //////// var nextLink = partnerRegistrationsInAzureSubscription.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// try + //////// { + //////// partnerRegistrationsInAzureSubscription = this.EventGridManagementClient.PartnerRegistrations.ListBySubscriptionNextAsync(nextLink).Result; + //////// partnerRegistrationsInAzureSubscriptionList.AddRange(partnerRegistrationsInAzureSubscription); + //////// nextLink = partnerRegistrationsInAzureSubscription.NextPageLink; + //////// } + //////// catch (Exception ex) + //////// { + //////// Console.WriteLine(ex); + //////// break; + //////// } + //////// } + //////// } + + //////// Assert.NotNull(partnerRegistrationsInAzureSubscriptionList); + //////// Assert.True(partnerRegistrationsInAzureSubscriptionList.Count() >= 1); + //////// Assert.Contains(partnerRegistrationsInAzureSubscriptionList, t => t.Name == partnerRegistrationName); + + //////// var replacePartnerRegistrationTagsDictionary = new Dictionary() + //////// { + //////// { "replacedTag1", "replacedValue1" }, + //////// { "replacedTag2", "replacedValue2" } + //////// }; + + //////// // Replace the partnerRegistration + //////// partnerRegistration.Tags = replacePartnerRegistrationTagsDictionary; + //////// var replacePartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.CreateOrUpdateAsync(resourceGroup, partnerRegistrationName, partnerRegistration).Result; + + //////// Assert.Contains(replacePartnerRegistrationResponse.Tags, tag => tag.Key == "replacedTag1"); + //////// Assert.DoesNotContain(replacePartnerRegistrationResponse.Tags, tag => tag.Key == "originalTag1"); + + //////// // Update the partnerRegistration with tags + //////// //////PartnerRegistrationUpdateParameters partnerRegistrationUpdateParameters = new PartnerRegistrationUpdateParameters(); + //////// //////partnerRegistrationUpdateParameters.Tags = new Dictionary() + //////// //////{ + //////// ////// { "updatedTag1", "updatedValue1" }, + //////// ////// { "updatedTag2", "updatedValue2" } + //////// //////}; + + //////// //////var updatePartnerRegistrationResponse = this.EventGridManagementClient.PartnerRegistrations.UpdateAsync(resourceGroup, partnerRegistrationName, partnerRegistrationUpdateParameters).Result; + //////// //////Assert.Contains(updatePartnerRegistrationResponse.Tags, tag => tag.Key == "updatedTag1"); + //////// //////Assert.DoesNotContain(updatePartnerRegistrationResponse.Tags, tag => tag.Key == "replacedTag1"); + + //////// // Partner namespace operations + + //////// var originalNamespaceTagsDictionary = new Dictionary() + //////// { + //////// {"originalTag111", "originalValue111"}, + //////// {"originalTag222", "originalValue222"} + //////// }; + + //////// PartnerNamespace partnerNamespace = new PartnerNamespace() + //////// { + //////// Location = location, + //////// Tags = originalNamespaceTagsDictionary, + //////// PartnerRegistrationFullyQualifiedId = getPartnerRegistrationResponse.Id + //////// }; + + //////// var createPartnerNamespaceResponse = this.EventGridManagementClient.PartnerNamespaces.CreateOrUpdateAsync(resourceGroup, partnerNamespaceName, partnerNamespace).Result; + //////// partnerNamespaceCreated = true; + + //////// Assert.NotNull(createPartnerNamespaceResponse); + //////// Assert.Equal(createPartnerNamespaceResponse.Name, partnerNamespaceName); + + //////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + + //////// // Get the created partnerNamespace + //////// var getPartnerNamespaceResponse = this.EventGridManagementClient.PartnerNamespaces.Get(resourceGroup, partnerNamespaceName); + //////// if (string.Compare(getPartnerNamespaceResponse.ProvisioningState, "Succeeded", true) != 0) + //////// { + //////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + //////// } + + //////// getPartnerNamespaceResponse = this.EventGridManagementClient.PartnerNamespaces.Get(resourceGroup, partnerNamespaceName); + //////// Assert.NotNull(getPartnerNamespaceResponse); + //////// Assert.Equal("Succeeded", getPartnerNamespaceResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); + //////// Assert.Equal(location, getPartnerNamespaceResponse.Location, StringComparer.CurrentCultureIgnoreCase); + //////// Assert.Contains(getPartnerNamespaceResponse.Tags, tag => tag.Key == "originalTag111"); + + //////// // Get all partnerNamespaces created within a resourceGroup + //////// IPage partnerNamespacesInResourceGroupPage = this.EventGridManagementClient.PartnerNamespaces.ListByResourceGroupAsync(resourceGroup).Result; + //////// var partnerNamespacesInResourceGroupList = new List(); + //////// if (partnerNamespacesInResourceGroupPage.Any()) + //////// { + //////// partnerNamespacesInResourceGroupList.AddRange(partnerNamespacesInResourceGroupPage); + //////// var nextLink = partnerNamespacesInResourceGroupPage.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// partnerNamespacesInResourceGroupPage = this.EventGridManagementClient.PartnerNamespaces.ListByResourceGroupNextAsync(nextLink).Result; + //////// partnerNamespacesInResourceGroupList.AddRange(partnerNamespacesInResourceGroupPage); + //////// nextLink = partnerNamespacesInResourceGroupPage.NextPageLink; + //////// } + //////// } + + //////// Assert.NotNull(partnerNamespacesInResourceGroupList); + //////// Assert.True(partnerNamespacesInResourceGroupList.Count() >= 1); + //////// Assert.Contains(partnerNamespacesInResourceGroupList, t => t.Name == partnerNamespaceName); + //////// Assert.True(partnerNamespacesInResourceGroupList.All(ns => ns.Id.Contains(resourceGroup))); + + //////// IPage partnerNamespacesInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerNamespaces.ListByResourceGroupAsync(resourceGroup, null, 5).Result; + //////// var partnerNamespacesInResourceGroupListWithTop = new List(); + //////// if (partnerNamespacesInResourceGroupPageWithTop.Any()) + //////// { + //////// partnerNamespacesInResourceGroupListWithTop.AddRange(partnerNamespacesInResourceGroupPageWithTop); + //////// var nextLink = partnerNamespacesInResourceGroupPageWithTop.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// partnerNamespacesInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerNamespaces.ListByResourceGroupNextAsync(nextLink).Result; + //////// partnerNamespacesInResourceGroupListWithTop.AddRange(partnerNamespacesInResourceGroupPageWithTop); + //////// nextLink = partnerNamespacesInResourceGroupPageWithTop.NextPageLink; + //////// } + //////// } + + //////// Assert.NotNull(partnerNamespacesInResourceGroupListWithTop); + //////// Assert.True(partnerNamespacesInResourceGroupListWithTop.Count() >= 1); + //////// Assert.Contains(partnerNamespacesInResourceGroupListWithTop, t => t.Name == partnerNamespaceName); + //////// Assert.True(partnerNamespacesInResourceGroupListWithTop.All(ns => ns.Id.Contains(resourceGroup))); + + //////// // Get all partnerNamespaces created within the subscription irrespective of the resourceGroup + //////// IPage partnerNamespacesInAzureSubscription = this.EventGridManagementClient.PartnerNamespaces.ListBySubscriptionAsync(null, 100).Result; + //////// var partnerNamespacesInAzureSubscriptionList = new List(); + //////// if (partnerNamespacesInAzureSubscription.Any()) + //////// { + //////// partnerNamespacesInAzureSubscriptionList.AddRange(partnerNamespacesInAzureSubscription); + //////// var nextLink = partnerNamespacesInAzureSubscription.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// try + //////// { + //////// partnerNamespacesInAzureSubscription = this.EventGridManagementClient.PartnerNamespaces.ListBySubscriptionNextAsync(nextLink).Result; + //////// partnerNamespacesInAzureSubscriptionList.AddRange(partnerNamespacesInAzureSubscription); + //////// nextLink = partnerNamespacesInAzureSubscription.NextPageLink; + //////// } + //////// catch (Exception ex) + //////// { + //////// Console.WriteLine(ex); + //////// break; + //////// } + //////// } + //////// } + + //////// Assert.NotNull(partnerNamespacesInAzureSubscriptionList); + //////// Assert.True(partnerNamespacesInAzureSubscriptionList.Count() >= 1); + //////// Assert.Contains(partnerNamespacesInAzureSubscriptionList, t => t.Name == partnerNamespaceName); + + //////// var replacePartnerNamespaceTagsDictionary = new Dictionary() + //////// { + //////// { "replacedTag111", "replacedValue111" }, + //////// { "replacedTag222", "replacedValue222" } + //////// }; + + //////// // Replace the partnerNamespace + //////// partnerNamespace.Tags = replacePartnerNamespaceTagsDictionary; + //////// var replacePartnerNamespaceResponse = this.EventGridManagementClient.PartnerNamespaces.CreateOrUpdateAsync(resourceGroup, partnerNamespaceName, partnerNamespace).Result; + + //////// Assert.Contains(replacePartnerNamespaceResponse.Tags, tag => tag.Key == "replacedTag111"); + //////// Assert.DoesNotContain(replacePartnerNamespaceResponse.Tags, tag => tag.Key == "originalTag111"); + + //////// // EventChannel/PartnerTopic operations + //////// var originalPartnerTopicTagsDictionary = new Dictionary() + //////// { + //////// {"originalTag11111", "originalValue11111"}, + //////// {"originalTag22222", "originalValue22222"} + //////// }; + + //////// EventChannel eventChannel = new EventChannel() + //////// { + //////// Source = new EventChannelSource + //////// { + //////// Source = $"Accounts.User.{uniqueId}", + //////// }, + //////// Destination = new EventChannelDestination + //////// { + //////// AzureSubscriptionId = subId, + //////// ResourceGroup = resourceGroup, + //////// PartnerTopicName = partnerTopicName + //////// }, + //////// }; + + //////// var createEventChannelResponse = this.EventGridManagementClient.EventChannels.CreateOrUpdateAsync(resourceGroup, partnerNamespaceName, eventChannelName, eventChannel).Result; + //////// eventChannelCreated = true; + //////// partnerTopicCreated = true; + + //////// Assert.NotNull(createEventChannelResponse); + //////// Assert.Equal(createEventChannelResponse.Name, eventChannelName); + + //////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + + //////// // Get the created eventChannel + //////// var getEventChannelResponse = this.EventGridManagementClient.EventChannels.Get(resourceGroup, partnerNamespaceName, eventChannelName); + //////// if (string.Compare(getEventChannelResponse.ProvisioningState, "Succeeded", true) != 0) + //////// { + //////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + //////// } + + //////// getEventChannelResponse = this.EventGridManagementClient.EventChannels.Get(resourceGroup, partnerNamespaceName, eventChannelName); + //////// Assert.NotNull(getEventChannelResponse); + //////// Assert.Equal("Succeeded", getEventChannelResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); + + //////// // Get all eventChannels created within a partnerNamespace + //////// IPage eventChannelsInPartnerNamespacePage = this.EventGridManagementClient.EventChannels.ListByPartnerNamespaceAsync(resourceGroup, partnerNamespaceName).Result; + //////// var eventChannelsInPartnerNamespaceList = new List(); + //////// if (eventChannelsInPartnerNamespacePage.Any()) + //////// { + //////// eventChannelsInPartnerNamespaceList.AddRange(eventChannelsInPartnerNamespacePage); + //////// var nextLink = eventChannelsInPartnerNamespacePage.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// eventChannelsInPartnerNamespacePage = this.EventGridManagementClient.EventChannels.ListByPartnerNamespaceNextAsync(nextLink).Result; + //////// eventChannelsInPartnerNamespaceList.AddRange(eventChannelsInPartnerNamespacePage); + //////// nextLink = eventChannelsInPartnerNamespacePage.NextPageLink; + //////// } + //////// } + + //////// Assert.NotNull(eventChannelsInPartnerNamespaceList); + //////// Assert.True(eventChannelsInPartnerNamespaceList.Count() >= 1); + //////// Assert.Contains(eventChannelsInPartnerNamespaceList, t => t.Name == eventChannelName); + //////// Assert.True(eventChannelsInPartnerNamespaceList.All(ns => ns.Id.Contains(resourceGroup))); + + //////// // Partner topic operations + + //////// // Get the created partnerTopic + //////// var getPartnerTopicResponse = this.EventGridManagementClient.PartnerTopics.Get(resourceGroup, partnerTopicName); + //////// if (string.Compare(getPartnerTopicResponse.ProvisioningState, "Succeeded", true) != 0) + //////// { + //////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + //////// } + + //////// getPartnerTopicResponse = this.EventGridManagementClient.PartnerTopics.Get(resourceGroup, partnerTopicName); + //////// Assert.NotNull(getPartnerTopicResponse); + //////// Assert.Equal("Succeeded", getPartnerTopicResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); + //////// Assert.Equal(location, getPartnerTopicResponse.Location, StringComparer.CurrentCultureIgnoreCase); + //////// Assert.Null(getPartnerTopicResponse.Tags); + + //////// // Get all partnerTopics created within a resourceGroup + //////// IPage partnerTopicsInResourceGroupPage = this.EventGridManagementClient.PartnerTopics.ListByResourceGroupAsync(resourceGroup).Result; + //////// var partnerTopicsInResourceGroupList = new List(); + //////// if (partnerTopicsInResourceGroupPage.Any()) + //////// { + //////// partnerTopicsInResourceGroupList.AddRange(partnerTopicsInResourceGroupPage); + //////// var nextLink = partnerTopicsInResourceGroupPage.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// partnerTopicsInResourceGroupPage = this.EventGridManagementClient.PartnerTopics.ListByResourceGroupNextAsync(nextLink).Result; + //////// partnerTopicsInResourceGroupList.AddRange(partnerTopicsInResourceGroupPage); + //////// nextLink = partnerTopicsInResourceGroupPage.NextPageLink; + //////// } + //////// } + + //////// Assert.NotNull(partnerTopicsInResourceGroupList); + //////// Assert.True(partnerTopicsInResourceGroupList.Count() >= 1); + //////// Assert.Contains(partnerTopicsInResourceGroupList, t => t.Name == partnerTopicName); + //////// Assert.True(partnerTopicsInResourceGroupList.All(ns => ns.Id.Contains(resourceGroup))); + + //////// IPage partnerTopicsInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerTopics.ListByResourceGroupAsync(resourceGroup, null, 5).Result; + //////// var partnerTopicsInResourceGroupListWithTop = new List(); + //////// if (partnerTopicsInResourceGroupPageWithTop.Any()) + //////// { + //////// partnerTopicsInResourceGroupListWithTop.AddRange(partnerTopicsInResourceGroupPageWithTop); + //////// var nextLink = partnerTopicsInResourceGroupPageWithTop.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// partnerTopicsInResourceGroupPageWithTop = this.EventGridManagementClient.PartnerTopics.ListByResourceGroupNextAsync(nextLink).Result; + //////// partnerTopicsInResourceGroupListWithTop.AddRange(partnerTopicsInResourceGroupPageWithTop); + //////// nextLink = partnerTopicsInResourceGroupPageWithTop.NextPageLink; + //////// } + //////// } + + //////// Assert.NotNull(partnerTopicsInResourceGroupListWithTop); + //////// Assert.True(partnerTopicsInResourceGroupListWithTop.Count() >= 1); + //////// Assert.Contains(partnerTopicsInResourceGroupListWithTop, t => t.Name == partnerTopicName); + //////// Assert.True(partnerTopicsInResourceGroupListWithTop.All(ns => ns.Id.Contains(resourceGroup))); + + //////// // Get all partnerTopics created within the subscription irrespective of the resourceGroup + //////// IPage partnerTopicsInAzureSubscription = this.EventGridManagementClient.PartnerTopics.ListBySubscriptionAsync(null, 100).Result; + //////// var partnerTopicsInAzureSubscriptionList = new List(); + //////// if (partnerTopicsInAzureSubscription.Any()) + //////// { + //////// partnerTopicsInAzureSubscriptionList.AddRange(partnerTopicsInAzureSubscription); + //////// var nextLink = partnerTopicsInAzureSubscription.NextPageLink; + //////// while (nextLink != null) + //////// { + //////// try + //////// { + //////// partnerTopicsInAzureSubscription = this.EventGridManagementClient.PartnerTopics.ListBySubscriptionNextAsync(nextLink).Result; + //////// partnerTopicsInAzureSubscriptionList.AddRange(partnerTopicsInAzureSubscription); + //////// nextLink = partnerTopicsInAzureSubscription.NextPageLink; + //////// } + //////// catch (Exception ex) + //////// { + //////// Console.WriteLine(ex); + //////// break; + //////// } + //////// } + //////// } + + //////// Assert.NotNull(partnerTopicsInAzureSubscriptionList); + //////// Assert.True(partnerTopicsInAzureSubscriptionList.Count() >= 1); + //////// Assert.Contains(partnerTopicsInAzureSubscriptionList, t => t.Name == partnerTopicName); + + //////// EventSubscription eventSubscription = new EventSubscription() + //////// { + //////// Destination = new StorageQueueEventSubscriptionDestination() + //////// { + //////// QueueName = "queue1", + //////// ResourceId = "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg" + //////// }, + //////// Filter = new EventSubscriptionFilter() + //////// { + //////// IncludedEventTypes = null, + //////// IsSubjectCaseSensitive = true, + //////// SubjectBeginsWith = "TestPrefix", + //////// SubjectEndsWith = "TestSuffix" + //////// }, + //////// Labels = new List() + //////// { + //////// "TestLabel1", + //////// "TestLabel2" + //////// } + //////// }; + + //////// var eventSubscriptionResponse = this.EventGridManagementClient.PartnerTopicEventSubscriptions.CreateOrUpdateAsync(resourceGroup, partnerTopicName, eventSubscriptionName, eventSubscription).Result; + //////// eventSubscriptionCreated = true; + + //////// Assert.NotNull(eventSubscriptionResponse); + //////// Assert.Equal(eventSubscriptionResponse.Name, eventSubscriptionName); + + //////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + + //////// // Get the created event subscription + //////// eventSubscriptionResponse = EventGridManagementClient.PartnerTopicEventSubscriptions.Get(resourceGroup, partnerTopicName, eventSubscriptionName); + //////// if (string.Compare(eventSubscriptionResponse.ProvisioningState, "Succeeded", true) != 0) + //////// { + //////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + //////// } + + //////// eventSubscriptionResponse = EventGridManagementClient.PartnerTopicEventSubscriptions.Get(resourceGroup, partnerTopicName, eventSubscriptionName); + //////// Assert.NotNull(eventSubscriptionResponse); + //////// Assert.Equal("Succeeded", eventSubscriptionResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); + //////// Assert.Equal("TestPrefix", eventSubscriptionResponse.Filter.SubjectBeginsWith, StringComparer.CurrentCultureIgnoreCase); + //////// Assert.Equal("TestSuffix", eventSubscriptionResponse.Filter.SubjectEndsWith, StringComparer.CurrentCultureIgnoreCase); + + //////// // Update the event subscription + //////// var eventSubscriptionUpdateParameters = new EventSubscriptionUpdateParameters() + //////// { + //////// Destination = new StorageQueueEventSubscriptionDestination() + //////// { + //////// QueueName = "queue1", + //////// ResourceId = "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/DevExpRg/providers/Microsoft.Storage/storageAccounts/devexpstg" + //////// }, + //////// Filter = new EventSubscriptionFilter() + //////// { + //////// IncludedEventTypes = new List() + //////// { + //////// "Event1", + //////// "Event2" + //////// }, + //////// SubjectEndsWith = ".jpg", + //////// SubjectBeginsWith = "TestPrefix" + //////// }, + //////// Labels = new List() + //////// { + //////// "UpdatedLabel1", + //////// "UpdatedLabel2", + //////// } + //////// }; + + //////// eventSubscriptionResponse = this.eventGridManagementClient.PartnerTopicEventSubscriptions.UpdateAsync(resourceGroup, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters).Result; + //////// Assert.Equal(".jpg", eventSubscriptionResponse.Filter.SubjectEndsWith, StringComparer.CurrentCultureIgnoreCase); + //////// Assert.Contains(eventSubscriptionResponse.Labels, label => label == "UpdatedLabel1"); + + //////// // List event subscriptions + //////// ////////var eventSubscriptionsPage = this.EventGridManagementClient.PartnerTopicEventSubscriptions.ListByPartnerTopicAsync(resourceGroup, partnerTopicName).Result; + //////// ////////List eventSubscriptionsList = new List(); + //////// ////////string nextLink = null; + + //////// ////////if (eventSubscriptionsPage != null) + //////// ////////{ + //////// //////// eventSubscriptionsList.AddRange(eventSubscriptionsPage); + //////// //////// nextLink = eventSubscriptionsPage.NextPageLink; + //////// //////// while (nextLink != null) + //////// //////// { + //////// //////// eventSubscriptionsPage = this.EventGridManagementClient.EventSubscriptions.ListRegionalByResourceGroupNextAsync(nextLink).Result; + //////// //////// eventSubscriptionsList.AddRange(eventSubscriptionsPage); + //////// //////// nextLink = eventSubscriptionsPage.NextPageLink; + //////// //////// } + //////// ////////} + //////// } + //////// finally + //////// { + //////// if (eventSubscriptionCreated) + //////// { + //////// // Delete the event subscription + //////// EventGridManagementClient.PartnerTopicEventSubscriptions.DeleteAsync(resourceGroup, partnerTopicName, eventSubscriptionName).Wait(); + //////// } + + //////// if (partnerTopicCreated) + //////// { + //////// // Delete partnerTopic + //////// this.EventGridManagementClient.PartnerTopics.DeleteAsync(resourceGroup, partnerTopicName).Wait(); + //////// } + + //////// if (eventChannelCreated) + //////// { + //////// // Delete eventChannel + //////// this.EventGridManagementClient.EventChannels.DeleteAsync(resourceGroup, partnerNamespaceName, eventChannelName).Wait(); + //////// } + + //////// if (partnerNamespaceCreated) + //////// { + //////// // Delete partnerNamespace + //////// this.EventGridManagementClient.PartnerNamespaces.DeleteAsync(resourceGroup, partnerNamespaceName).Wait(); + //////// } + + //////// if (partnerRegistrationCreated) + //////// { + //////// // Delete partnerRegistration + //////// this.EventGridManagementClient.PartnerRegistrations.DeleteAsync(resourceGroup, partnerRegistrationName).Wait(); + //////// } + //////// } + //////// } + ////////} } } \ No newline at end of file diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.SystemTopicTests.CRUD.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.SystemTopicTests.CRUD.cs index af649e64dbe16..b5f5c8a0525eb 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.SystemTopicTests.CRUD.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.SystemTopicTests.CRUD.cs @@ -15,153 +15,154 @@ namespace EventGrid.Tests.ScenarioTests { public partial class ScenarioTests { - [Fact] - public void SystemTopicCreateGetUpdateDelete() - { - using (MockContext context = MockContext.Start(this.GetType())) - { - this.InitializeClients(context); - - var location = this.ResourceManagementClient.GetLocationFromProvider(); - - string resourceGroup = "testtobedeleted"; - var systemTopicName = TestUtilities.GenerateName(EventGridManagementHelper.SystemTopicPrefix); - - // Temporarily commenting this out as this is not yet enabled for the new API version - // var operationsResponse = this.EventGridManagementClient.Operations.List(); - - var originalTagsDictionary = new Dictionary() - { - {"originalTag1", "originalValue1"}, - {"originalTag2", "originalValue2"} - }; - - SystemTopic systemTopic = new SystemTopic() - { - Location = location, - Tags = originalTagsDictionary, - TopicType = "microsoft.storage.storageaccounts", - Source = "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.Storage/storageAccounts/testtrackedsourcev2", - }; - - try - { - var createSystemTopicResponse = this.EventGridManagementClient.SystemTopics.CreateOrUpdateAsync(resourceGroup, systemTopicName, systemTopic).Result; - - Assert.NotNull(createSystemTopicResponse); - Assert.Equal(createSystemTopicResponse.Name, systemTopicName); - - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - - // Get the created systemTopic - var getSystemTopicResponse = this.EventGridManagementClient.SystemTopics.Get(resourceGroup, systemTopicName); - if (string.Compare(getSystemTopicResponse.ProvisioningState, "Succeeded", true) != 0) - { - TestUtilities.Wait(TimeSpan.FromSeconds(5)); - } - - getSystemTopicResponse = this.EventGridManagementClient.SystemTopics.Get(resourceGroup, systemTopicName); - Assert.NotNull(getSystemTopicResponse); - Assert.Equal("Succeeded", getSystemTopicResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); - Assert.Equal(location, getSystemTopicResponse.Location, StringComparer.CurrentCultureIgnoreCase); - - // Get all systemTopics created within a resourceGroup - IPage systemTopicsInResourceGroupPage = this.EventGridManagementClient.SystemTopics.ListByResourceGroupAsync(resourceGroup).Result; - var systemTopicsInResourceGroupList = new List(); - if (systemTopicsInResourceGroupPage.Any()) - { - systemTopicsInResourceGroupList.AddRange(systemTopicsInResourceGroupPage); - var nextLink = systemTopicsInResourceGroupPage.NextPageLink; - while (nextLink != null) - { - systemTopicsInResourceGroupPage = this.EventGridManagementClient.SystemTopics.ListByResourceGroupNextAsync(nextLink).Result; - systemTopicsInResourceGroupList.AddRange(systemTopicsInResourceGroupPage); - nextLink = systemTopicsInResourceGroupPage.NextPageLink; - } - } - - Assert.NotNull(systemTopicsInResourceGroupList); - Assert.True(systemTopicsInResourceGroupList.Count() >= 1); - Assert.Contains(systemTopicsInResourceGroupList, t => t.Name == systemTopicName); - Assert.True(systemTopicsInResourceGroupList.All(ns => ns.Id.Contains(resourceGroup))); - - IPage systemTopicsInResourceGroupPageWithTop = this.EventGridManagementClient.SystemTopics.ListByResourceGroupAsync(resourceGroup, null, 5).Result; - var systemTopicsInResourceGroupListWithTop = new List(); - if (systemTopicsInResourceGroupPageWithTop.Any()) - { - systemTopicsInResourceGroupListWithTop.AddRange(systemTopicsInResourceGroupPageWithTop); - var nextLink = systemTopicsInResourceGroupPageWithTop.NextPageLink; - while (nextLink != null) - { - systemTopicsInResourceGroupPageWithTop = this.EventGridManagementClient.SystemTopics.ListByResourceGroupNextAsync(nextLink).Result; - systemTopicsInResourceGroupListWithTop.AddRange(systemTopicsInResourceGroupPageWithTop); - nextLink = systemTopicsInResourceGroupPageWithTop.NextPageLink; - } - } - - Assert.NotNull(systemTopicsInResourceGroupListWithTop); - Assert.True(systemTopicsInResourceGroupListWithTop.Count() >= 1); - Assert.Contains(systemTopicsInResourceGroupListWithTop, t => t.Name == systemTopicName); - Assert.True(systemTopicsInResourceGroupListWithTop.All(ns => ns.Id.Contains(resourceGroup))); - - // Get all systemTopics created within the subscription irrespective of the resourceGroup - IPage systemTopicsInAzureSubscription = this.EventGridManagementClient.SystemTopics.ListBySubscriptionAsync(null, 100).Result; - var systemTopicsInAzureSubscriptionList = new List(); - if (systemTopicsInAzureSubscription.Any()) - { - systemTopicsInAzureSubscriptionList.AddRange(systemTopicsInAzureSubscription); - var nextLink = systemTopicsInAzureSubscription.NextPageLink; - while (nextLink != null) - { - try - { - systemTopicsInAzureSubscription = this.EventGridManagementClient.SystemTopics.ListBySubscriptionNextAsync(nextLink).Result; - systemTopicsInAzureSubscriptionList.AddRange(systemTopicsInAzureSubscription); - nextLink = systemTopicsInAzureSubscription.NextPageLink; - } - catch (Exception ex) - { - Console.WriteLine(ex); - break; - } - } - } - - Assert.NotNull(systemTopicsInAzureSubscriptionList); - Assert.True(systemTopicsInAzureSubscriptionList.Count() >= 1); - Assert.Contains(systemTopicsInAzureSubscriptionList, t => t.Name == systemTopicName); - - var replaceSystemTopicTagsDictionary = new Dictionary() - { - { "replacedTag1", "replacedValue1" }, - { "replacedTag2", "replacedValue2" } - }; - - // Replace the systemTopic - systemTopic.Tags = replaceSystemTopicTagsDictionary; - var replaceSystemTopicResponse = this.EventGridManagementClient.SystemTopics.CreateOrUpdateAsync(resourceGroup, systemTopicName, systemTopic).Result; - - Assert.Contains(replaceSystemTopicResponse.Tags, tag => tag.Key == "replacedTag1"); - Assert.DoesNotContain(replaceSystemTopicResponse.Tags, tag => tag.Key == "originalTag1"); - - // Update the systemTopic with tags & allow traffic from all ips - SystemTopicUpdateParameters systemTopicUpdateParameters = new SystemTopicUpdateParameters(); - systemTopicUpdateParameters.Tags = new Dictionary() - { - { "updatedTag1", "updatedValue1" }, - { "updatedTag2", "updatedValue2" } - }; - - var updateSystemTopicResponse = this.EventGridManagementClient.SystemTopics.UpdateAsync(resourceGroup, systemTopicName, systemTopicUpdateParameters.Tags).Result; - Assert.Contains(updateSystemTopicResponse.Tags, tag => tag.Key == "updatedTag1"); - Assert.DoesNotContain(updateSystemTopicResponse.Tags, tag => tag.Key == "replacedTag1"); - } - finally - { - // Delete systemTopic - this.EventGridManagementClient.SystemTopics.DeleteAsync(resourceGroup, systemTopicName).Wait(); - } - } - } + // Disable the test as system topic is not part of GA API yet. + //////[Fact] + //////public void SystemTopicCreateGetUpdateDelete() + //////{ + ////// using (MockContext context = MockContext.Start(this.GetType())) + ////// { + ////// this.InitializeClients(context); + + ////// var location = this.ResourceManagementClient.GetLocationFromProvider(); + + ////// string resourceGroup = "testtobedeleted"; + ////// var systemTopicName = TestUtilities.GenerateName(EventGridManagementHelper.SystemTopicPrefix); + + ////// // Temporarily commenting this out as this is not yet enabled for the new API version + ////// // var operationsResponse = this.EventGridManagementClient.Operations.List(); + + ////// var originalTagsDictionary = new Dictionary() + ////// { + ////// {"originalTag1", "originalValue1"}, + ////// {"originalTag2", "originalValue2"} + ////// }; + + ////// SystemTopic systemTopic = new SystemTopic() + ////// { + ////// Location = location, + ////// Tags = originalTagsDictionary, + ////// TopicType = "microsoft.storage.storageaccounts", + ////// Source = "/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/testtobedeleted/providers/Microsoft.Storage/storageAccounts/testtrackedsourcev2", + ////// }; + + ////// try + ////// { + ////// var createSystemTopicResponse = this.EventGridManagementClient.SystemTopics.CreateOrUpdateAsync(resourceGroup, systemTopicName, systemTopic).Result; + + ////// Assert.NotNull(createSystemTopicResponse); + ////// Assert.Equal(createSystemTopicResponse.Name, systemTopicName); + + ////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + + ////// // Get the created systemTopic + ////// var getSystemTopicResponse = this.EventGridManagementClient.SystemTopics.Get(resourceGroup, systemTopicName); + ////// if (string.Compare(getSystemTopicResponse.ProvisioningState, "Succeeded", true) != 0) + ////// { + ////// TestUtilities.Wait(TimeSpan.FromSeconds(5)); + ////// } + + ////// getSystemTopicResponse = this.EventGridManagementClient.SystemTopics.Get(resourceGroup, systemTopicName); + ////// Assert.NotNull(getSystemTopicResponse); + ////// Assert.Equal("Succeeded", getSystemTopicResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); + ////// Assert.Equal(location, getSystemTopicResponse.Location, StringComparer.CurrentCultureIgnoreCase); + + ////// // Get all systemTopics created within a resourceGroup + ////// IPage systemTopicsInResourceGroupPage = this.EventGridManagementClient.SystemTopics.ListByResourceGroupAsync(resourceGroup).Result; + ////// var systemTopicsInResourceGroupList = new List(); + ////// if (systemTopicsInResourceGroupPage.Any()) + ////// { + ////// systemTopicsInResourceGroupList.AddRange(systemTopicsInResourceGroupPage); + ////// var nextLink = systemTopicsInResourceGroupPage.NextPageLink; + ////// while (nextLink != null) + ////// { + ////// systemTopicsInResourceGroupPage = this.EventGridManagementClient.SystemTopics.ListByResourceGroupNextAsync(nextLink).Result; + ////// systemTopicsInResourceGroupList.AddRange(systemTopicsInResourceGroupPage); + ////// nextLink = systemTopicsInResourceGroupPage.NextPageLink; + ////// } + ////// } + + ////// Assert.NotNull(systemTopicsInResourceGroupList); + ////// Assert.True(systemTopicsInResourceGroupList.Count() >= 1); + ////// Assert.Contains(systemTopicsInResourceGroupList, t => t.Name == systemTopicName); + ////// Assert.True(systemTopicsInResourceGroupList.All(ns => ns.Id.Contains(resourceGroup))); + + ////// IPage systemTopicsInResourceGroupPageWithTop = this.EventGridManagementClient.SystemTopics.ListByResourceGroupAsync(resourceGroup, null, 5).Result; + ////// var systemTopicsInResourceGroupListWithTop = new List(); + ////// if (systemTopicsInResourceGroupPageWithTop.Any()) + ////// { + ////// systemTopicsInResourceGroupListWithTop.AddRange(systemTopicsInResourceGroupPageWithTop); + ////// var nextLink = systemTopicsInResourceGroupPageWithTop.NextPageLink; + ////// while (nextLink != null) + ////// { + ////// systemTopicsInResourceGroupPageWithTop = this.EventGridManagementClient.SystemTopics.ListByResourceGroupNextAsync(nextLink).Result; + ////// systemTopicsInResourceGroupListWithTop.AddRange(systemTopicsInResourceGroupPageWithTop); + ////// nextLink = systemTopicsInResourceGroupPageWithTop.NextPageLink; + ////// } + ////// } + + ////// Assert.NotNull(systemTopicsInResourceGroupListWithTop); + ////// Assert.True(systemTopicsInResourceGroupListWithTop.Count() >= 1); + ////// Assert.Contains(systemTopicsInResourceGroupListWithTop, t => t.Name == systemTopicName); + ////// Assert.True(systemTopicsInResourceGroupListWithTop.All(ns => ns.Id.Contains(resourceGroup))); + + ////// // Get all systemTopics created within the subscription irrespective of the resourceGroup + ////// IPage systemTopicsInAzureSubscription = this.EventGridManagementClient.SystemTopics.ListBySubscriptionAsync(null, 100).Result; + ////// var systemTopicsInAzureSubscriptionList = new List(); + ////// if (systemTopicsInAzureSubscription.Any()) + ////// { + ////// systemTopicsInAzureSubscriptionList.AddRange(systemTopicsInAzureSubscription); + ////// var nextLink = systemTopicsInAzureSubscription.NextPageLink; + ////// while (nextLink != null) + ////// { + ////// try + ////// { + ////// systemTopicsInAzureSubscription = this.EventGridManagementClient.SystemTopics.ListBySubscriptionNextAsync(nextLink).Result; + ////// systemTopicsInAzureSubscriptionList.AddRange(systemTopicsInAzureSubscription); + ////// nextLink = systemTopicsInAzureSubscription.NextPageLink; + ////// } + ////// catch (Exception ex) + ////// { + ////// Console.WriteLine(ex); + ////// break; + ////// } + ////// } + ////// } + + ////// Assert.NotNull(systemTopicsInAzureSubscriptionList); + ////// Assert.True(systemTopicsInAzureSubscriptionList.Count() >= 1); + ////// Assert.Contains(systemTopicsInAzureSubscriptionList, t => t.Name == systemTopicName); + + ////// var replaceSystemTopicTagsDictionary = new Dictionary() + ////// { + ////// { "replacedTag1", "replacedValue1" }, + ////// { "replacedTag2", "replacedValue2" } + ////// }; + + ////// // Replace the systemTopic + ////// systemTopic.Tags = replaceSystemTopicTagsDictionary; + ////// var replaceSystemTopicResponse = this.EventGridManagementClient.SystemTopics.CreateOrUpdateAsync(resourceGroup, systemTopicName, systemTopic).Result; + + ////// Assert.Contains(replaceSystemTopicResponse.Tags, tag => tag.Key == "replacedTag1"); + ////// Assert.DoesNotContain(replaceSystemTopicResponse.Tags, tag => tag.Key == "originalTag1"); + + ////// // Update the systemTopic with tags & allow traffic from all ips + ////// SystemTopicUpdateParameters systemTopicUpdateParameters = new SystemTopicUpdateParameters(); + ////// systemTopicUpdateParameters.Tags = new Dictionary() + ////// { + ////// { "updatedTag1", "updatedValue1" }, + ////// { "updatedTag2", "updatedValue2" } + ////// }; + + ////// var updateSystemTopicResponse = this.EventGridManagementClient.SystemTopics.UpdateAsync(resourceGroup, systemTopicName, systemTopicUpdateParameters.Tags).Result; + ////// Assert.Contains(updateSystemTopicResponse.Tags, tag => tag.Key == "updatedTag1"); + ////// Assert.DoesNotContain(updateSystemTopicResponse.Tags, tag => tag.Key == "replacedTag1"); + ////// } + ////// finally + ////// { + ////// // Delete systemTopic + ////// this.EventGridManagementClient.SystemTopics.DeleteAsync(resourceGroup, systemTopicName).Wait(); + ////// } + ////// } + //////} } } \ No newline at end of file diff --git a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.TopicTests.CRUD.cs b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.TopicTests.CRUD.cs index dc7947c1f4b7c..b92ad6d5acd64 100644 --- a/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.TopicTests.CRUD.cs +++ b/sdk/eventgrid/Microsoft.Azure.Management.EventGrid/tests/Tests/ScenarioTests.TopicTests.CRUD.cs @@ -77,8 +77,12 @@ public void TopicCreateGetUpdateDelete() Assert.Equal("Succeeded", getTopicResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); Assert.Equal(location, getTopicResponse.Location, StringComparer.CurrentCultureIgnoreCase); Assert.Contains(getTopicResponse.Tags, tag => tag.Key == "originalTag1"); - Assert.Equal("Basic", getTopicResponse.Sku.Name, StringComparer.CurrentCultureIgnoreCase); - Assert.Null(getTopicResponse.Identity); + + //// Disable the test as Sku is not part of GA API yet. + //// Assert.Equal("Basic", getTopicResponse.Sku.Name, StringComparer.CurrentCultureIgnoreCase); + + //// Disable the test as Identity is not part of GA API yet. + //// Assert.Null(getTopicResponse.Identity); Assert.Null(getTopicResponse.InboundIpRules); // Get all topics created within a resourceGroup